Skip to content

Commit

Permalink
FOUR-19749 Missed label 'Users/Groups to View Encrypted Fields'
Browse files Browse the repository at this point in the history
  • Loading branch information
julceslauhub committed Oct 28, 2024
1 parent f32d5ff commit cf030ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/inspector/encrypted-config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div v-if="settings.encrypted">
<select-user-group
:key="componentKey"
:label="$t('Users/Groups to View')"
:label="$t('Users/Groups to View Encrypted Fields')"
v-model="settings.assignments"
:multiple="true"
@input="emitChanges"
Expand Down

0 comments on commit cf030ae

Please sign in to comment.