diff --git a/client/coral-admin/src/routes/Moderation/components/UserDetail.js b/client/coral-admin/src/routes/Moderation/components/UserDetail.js index 023fb9a3f..bf8b80267 100644 --- a/client/coral-admin/src/routes/Moderation/components/UserDetail.js +++ b/client/coral-admin/src/routes/Moderation/components/UserDetail.js @@ -2,6 +2,7 @@ import React, {PropTypes} from 'react'; import Comment from './Comment'; import styles from './UserDetail.css'; import {Button, Drawer} from 'coral-ui'; +import t from 'coral-framework/services/i18n'; import {Slot, Copy} from 'coral-framework/components'; import {actionsMap} from '../helpers/moderationQueueActionsMap'; @@ -102,9 +103,9 @@ export default class UserDetail extends React.Component {
{profile && this.profile = ref} value={profile} />} - this.showCopied()} text={profile} className={styles.profileEmail}> + this.showCopied()} text={profile}>
diff --git a/locales/en.yml b/locales/en.yml index de95ddb91..0bbf594c8 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -32,6 +32,9 @@ en: comment_post_banned_word: "Your comment contains one or more words that are not permitted, so it will not be published. If you think this message is incorrect, please contact our moderation team." comment_post_notif: "Your comment has been posted." comment_post_notif_premod: "Thank you for posting. Our moderation team will review your comment shortly." + common: + copied: 'Copied' + copy: 'Copy' community: account_creation_date: "Account Creation Date" active: Active diff --git a/locales/es.yml b/locales/es.yml index 6897f6f8b..9d7e4c939 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -32,6 +32,9 @@ es: comment_post_banned_word: "Tu comentario contiene una o más palabras que no están permitidas en nuestro espacio, por lo que no será publicado. Si crees que es un error, por favor contacta a nuestro equipo de moderación." comment_post_notif: "Tu comentario ha sido publicado." comment_post_notif_premod: "Gracias por el comentario. Nuestro equipo de moderación va a revisarlo muy pronto." + common: + copied: 'Copiado' + copy: 'Copiar' community: account_creation_date: "Fecha de creación de la cuenta" active: Activa