diff --git a/src/lang/en.js b/src/lang/en.js index 7adc0f83..a2457df0 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -282,7 +282,8 @@ export default { 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', - createCustomTag: 'Create custom tag' + createCustomTag: 'Create custom tag', + moderateTags: 'Moderate Tags' }, statuses: { statuses: 'Statuses', diff --git a/src/views/users/components/ModerationDropdown.vue b/src/views/users/components/ModerationDropdown.vue index e049792d..e8526fed 100644 --- a/src/views/users/components/ModerationDropdown.vue +++ b/src/views/users/components/ModerationDropdown.vue @@ -67,55 +67,59 @@ @click.native="handleConfirmationResend(user)"> {{ $t('users.resendConfirmation') }} - - {{ $t('users.forceNsfw') }} - - - - {{ $t('users.stripMedia') }} - - - - {{ $t('users.forceUnlisted') }} - - - - {{ $t('users.sandbox') }} - - - - {{ $t('users.disableRemoteSubscription') }} - - - - {{ $t('users.disableAnySubscription') }} - - - - {{ $t('users.createCustomTag') }} - + + + + {{ $t('users.forceNsfw') }} + + + + {{ $t('users.stripMedia') }} + + + + {{ $t('users.forceUnlisted') }} + + + + {{ $t('users.sandbox') }} + + + + {{ $t('users.disableRemoteSubscription') }} + + + + {{ $t('users.disableAnySubscription') }} + + + + {{ $t('users.createCustomTag') }} + + +