diff --git a/src/lang/en.js b/src/lang/en.js index 399f7ec2..2d21abe1 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -273,7 +273,8 @@ export default { linkToResetPassword: 'You can also use this link to reset password:', registrationReason: 'Registration Reason', service: 'Service', - person: 'Person' + person: 'Person', + enableTagPolicy: 'Enable MRF TagPolicy to manage user tags' }, statuses: { statuses: 'Statuses', diff --git a/src/views/users/components/ModerationDropdown.vue b/src/views/users/components/ModerationDropdown.vue index 05f57b44..9df5e703 100644 --- a/src/views/users/components/ModerationDropdown.vue +++ b/src/views/users/components/ModerationDropdown.vue @@ -68,7 +68,7 @@ {{ $t('users.resendConfirmation') }} @@ -76,42 +76,47 @@ {{ $t('users.stripMedia') }} {{ $t('users.forceUnlisted') }} {{ $t('users.sandbox') }} {{ $t('users.disableRemoteSubscription') }} {{ $t('users.disableAnySubscription') }} + + {{ $t('users.enableTagPolicy') }} + {{ $t('users.enableTagPolicy') }}