From d7f67e79315ed9d0e79a438eb8261d0acf6b11eb Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 27 Jun 2016 15:38:13 +0100 Subject: [PATCH] Integrate translations. --- services/web/app/views/contact-us-modal.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/contact-us-modal.jade b/services/web/app/views/contact-us-modal.jade index 012ce5365b..33780592ce 100644 --- a/services/web/app/views/contact-us-modal.jade +++ b/services/web/app/views/contact-us-modal.jade @@ -18,7 +18,7 @@ script(type='text/ng-template', id='supportModalTemplate') tabindex='1', onkeyup='') .contact-suggestions(ng-show="suggestions.length") - p.contact-suggestion-label Have you checked our knowledge base? + p.contact-suggestion-label #{translate("kb_suggestions_enquiry")} ul.contact-suggestion-list li(ng-repeat="suggestion in suggestions") a.contact-suggestion-list-item(ng-href="{{ suggestion.url }}", target="_blank")