diff --git a/src/lang/en.js b/src/lang/en.js index d51fa0e1..e0869332 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -276,7 +276,8 @@ export default { person: 'Person', enableTagPolicy: 'Enable MRF TagPolicy to manage user tags', confirmEnablingTagPolicy: 'Are you sure you want to add TagPolicy to the list of enabled MRF policies?', - enableTagPolicySuccessMessage: 'MRF TagPolicy was enabled' + enableTagPolicySuccessMessage: 'MRF TagPolicy was enabled', + createCustomTag: 'Create custom tag' }, statuses: { statuses: 'Statuses', diff --git a/src/views/users/components/ModerationDropdown.vue b/src/views/users/components/ModerationDropdown.vue index d54efe43..e049792d 100644 --- a/src/views/users/components/ModerationDropdown.vue +++ b/src/views/users/components/ModerationDropdown.vue @@ -110,6 +110,12 @@ {{ $t('users.disableAnySubscription') }} + + {{ $t('users.createCustomTag') }} + + + {{ $t('users.createCustomTag') }} + + @apply-action="clearSelection" + @open-custom-tag-dialog="openCustomTagDialog"/> + @open-reset-token-dialog="openResetPasswordDialog" + @open-custom-tag-dialog="openCustomTagDialog"/> {{ $t('users.moderation') }} @@ -113,6 +115,13 @@ + + +