diff --git a/client/coral-admin/src/containers/ModerationQueue/helpers/moderationQueueActionsMap.js b/client/coral-admin/src/containers/ModerationQueue/helpers/moderationQueueActionsMap.js index 8645944d1..32b79a35c 100644 --- a/client/coral-admin/src/containers/ModerationQueue/helpers/moderationQueueActionsMap.js +++ b/client/coral-admin/src/containers/ModerationQueue/helpers/moderationQueueActionsMap.js @@ -8,7 +8,7 @@ export const menuActionsMap = { 'REJECT': {status: 'REJECTED', text: 'reject', icon: 'close', key: 'r'}, 'REJECTED': {status: 'REJECTED', text: 'rejected', icon: 'close'}, 'APPROVE': {status: 'ACCEPTED', text: 'approve', icon: 'done', key: 't'}, - 'FLAGGED': {status: 'FLAGGED', text: 'rlag', icon: 'flag', filter: 'Untouched'}, + 'FLAGGED': {status: 'FLAGGED', text: 'flag', icon: 'flag', filter: 'Untouched'}, 'BAN': {status: 'BANNED', text: 'ban_user', icon: 'not interested'}, '': {icon: 'done'} }; diff --git a/locales/en.yml b/locales/en.yml index 048e6fd4f..d8a01ea38 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -219,6 +219,7 @@ en: all_streams: "All Streams" approve: "Approve" approved: "Approved" + ban_user: "Ban" billion: B close: Close dont_like_username: "Don't like username" diff --git a/locales/es.yml b/locales/es.yml index 75b859a71..08edbdfa6 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -219,6 +219,7 @@ es: all_streams: "Todos los Hilos" approve: "Aprobar" approved: "Aprobado" + ban_user: "Suspender" billion: B close: Cerrar dont_like_username: "No me gusta el nombre"