Skip to content

Commit

Permalink
Ticket #2150 Update CommunityCuratorInfo.vue
Browse files Browse the repository at this point in the history
I left the word "community" is it ok
  • Loading branch information
ramGranell authored Oct 3, 2023
1 parent 3be068f commit 16f14ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
v-if="getField('communityCurators').length > 0"
class="d-flex flex-row flex-wrap align-center mt-4 min-height-40"
>
<b class="mr-2">The following community curators have contributed to this record: </b>
<b class="mr-2">The following community champions have contributed to this record: </b>
<div
v-for="(curator,index) in getField('communityCurators')"
:key="curator.id"
Expand Down

0 comments on commit 16f14ec

Please sign in to comment.