From 6e39824e41ecfedd8dee9381a4970ccbe685a959 Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 3 Feb 2017 16:31:42 +0100 Subject: [PATCH] Fix language icons in language recommendation --- services/web/app/views/translations/translation_message.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/translations/translation_message.pug b/services/web/app/views/translations/translation_message.pug index 225ad3ea2c..635a8c9265 100644 --- a/services/web/app/views/translations/translation_message.pug +++ b/services/web/app/views/translations/translation_message.pug @@ -2,7 +2,7 @@ span(ng-controller="TranslationsPopupController", ng-cloak) .translations-message(ng-hide="hidei18nNotification") a(href=recomendSubdomain.url+currentUrl) !{translate("click_here_to_view_sl_in_lng", {lngName:"" + translate(recomendSubdomain.lngCode) + ""})} - img(src=buildImgPath("flags/24/#{recomendSubdomain.lngCode}.png")) + img(src=buildImgPath("flags/24/" + recomendSubdomain.lngCode + ".png")) button(ng-click="dismiss()").close.pull-right span(aria-hidden="true") × span.sr-only #{translate("close")} \ No newline at end of file