diff --git a/services/web/app/views/translations/translation_message.jade b/services/web/app/views/translations/translation_message.jade index 59886ed23e..333139139f 100644 --- a/services/web/app/views/translations/translation_message.jade +++ b/services/web/app/views/translations/translation_message.jade @@ -3,6 +3,6 @@ .translations-message(ng-hide="hidei18nNotification") a(href=recomendSubdomain.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"" + translate(recomendSubdomain.lngCode) + ""})} img(src="/img/flags/24/#{recomendSubdomain.lngCode}.png") - button.close.pull-right - span(aria-hidden="true", ng-click="dismiss()") × + button(ng-click="dismiss()").close.pull-right + span(aria-hidden="true") × span.sr-only #{translate("close")} \ No newline at end of file