))
diff --git a/locales/en.yml b/locales/en.yml
index ea3248617..e8e3ba2e9 100644
--- a/locales/en.yml
+++ b/locales/en.yml
@@ -179,10 +179,11 @@ en:
flag_username: "Report username"
framework:
banned_account_msg: "Your account is currently suspended. This means that you cannot Like Report or write comments. Please contact us if you have any questions."
+ because_you_ignored: "Because you ignored the following commenters, their comments are hidden."
comment: comment
comment_is_ignored: "This comment is hidden because you ignored this user."
comments: comments
- configure_stream: "Configure Stream"
+ configure_stream: "Configure"
content_not_available: "This content is not available"
edit_name:
button: Submit
@@ -195,6 +196,7 @@ en:
new_count: "View {0} new {1}"
profile: Profile
show_all_comments: "Show all comments"
+ stop_ignoring: "Stop ignoring"
success_bio_update: "Your biography has been updated"
success_name_update: "Your username has been updated"
success_update_settings: "The changes you have made have been applied to the comment stream on this article"
diff --git a/locales/es.yml b/locales/es.yml
index d658bcfcf..9e49d8d25 100644
--- a/locales/es.yml
+++ b/locales/es.yml
@@ -217,6 +217,7 @@ es:
framework:
banned_account_msg: "Tu cuenta se encuentra suspendida. Esto significa que no\
\ puedes gustar, marcar o escribir comentarios."
+ because_you_ignored: "Porque has ignorado a los siguientes comentadores, sus comentarios estan escondidos."
comment: comentario
comment_is_ignored: "Este comentario está escondido porque has ignorado al usuario."
comments: comentarios
@@ -235,6 +236,7 @@ es:
new_count: "Ver {0} {1} nuevo"
profile: Perfil
show_all_comments: "Mostrar todos los comentarios"
+ stop_ignoring: "No ignorar más"
success_bio_update: "Tu biografia fue actualizada"
success_name_update: "Tu nombre de usuario ha sido actualizado"
success_update_settings: "La configuración de este articulo fue actualizada"
diff --git a/plugins/coral-plugin-auth/client/components/UserBox.js b/plugins/coral-plugin-auth/client/components/UserBox.js
index 91959a35b..47608c0e3 100644
--- a/plugins/coral-plugin-auth/client/components/UserBox.js
+++ b/plugins/coral-plugin-auth/client/components/UserBox.js
@@ -10,7 +10,7 @@ const UserBox = ({loggedIn, user, logout, onShowProfile}) => (
{
loggedIn ? (