From ca4dc9bf0031893710f9d8c4d134aa8a6c07e248 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Fri, 26 Sep 2014 15:04:25 +0100 Subject: [PATCH] added missing translation --- services/web/app/views/translations/translation_message.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/translations/translation_message.jade b/services/web/app/views/translations/translation_message.jade index 204eaa2435..59886ed23e 100644 --- a/services/web/app/views/translations/translation_message.jade +++ b/services/web/app/views/translations/translation_message.jade @@ -5,4 +5,4 @@ img(src="/img/flags/24/#{recomendSubdomain.lngCode}.png") button.close.pull-right span(aria-hidden="true", ng-click="dismiss()") × - span.sr-only Close \ No newline at end of file + span.sr-only #{translate("close")} \ No newline at end of file