Skip to content

Commit

Permalink
Merge pull request #1763 from ProcessMaker/FOUR-19749
Browse files Browse the repository at this point in the history
FOUR-19749 Missed label 'Users/Groups to View Encrypted Fields'
  • Loading branch information
ryancooley authored Oct 29, 2024
2 parents 35572fb + cf030ae commit a4cc1bb
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 a4cc1bb

Please sign in to comment.