From 86258ba0c3a541edb332f0b73a9f01ca80a9453b Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 23 May 2017 16:03:51 -0400 Subject: [PATCH] One more string to translate. --- client/coral-admin/src/containers/Dashboard/ActivityWidget.js | 2 +- locales/en.yml | 1 + locales/es.yml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/coral-admin/src/containers/Dashboard/ActivityWidget.js b/client/coral-admin/src/containers/Dashboard/ActivityWidget.js index 495927df8..5f974971c 100644 --- a/client/coral-admin/src/containers/Dashboard/ActivityWidget.js +++ b/client/coral-admin/src/containers/Dashboard/ActivityWidget.js @@ -6,7 +6,7 @@ import t from 'coral-framework/services/i18n'; const ActivityWidget = ({assets}) => { return (
-

Articles with the most conversations

+

{t('dashboard.most_conversations')}

{t('streams.article')}

{t('dashboard.comment_count')}

diff --git a/locales/en.yml b/locales/en.yml index ab2f62636..048e6fd4f 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -139,6 +139,7 @@ en: comment_count: comments flags: Flags most_flags: "Articles with the most flags" + most_conversations: "Articles with the most conversations" next_update: "{0} minutes until next update." no_activity: "There haven't been any comments anywhere in the last five minutes." no_flags: "There have been no flags in the last 5 minutes! Hooray!" diff --git a/locales/es.yml b/locales/es.yml index 6dba548b2..75b859a71 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -139,6 +139,7 @@ es: comment_count: "comentarios" flags: "Marcas" most_flags: "Articulos con la mayor cantidad de marcas" + most_conversations: "Articulos con las mayores conversaciones" next_update: "{0} minutos hasta la próxima actualización." no_activity: "No hay habido comentarios en ningún lado en los últimos 5 minutos." no_flags: "No ha habido ningún reporte en los últimos 5 minutos! Bravo!"