Integrate translations.

This commit is contained in:
Paulo Reis 2016-06-27 15:38:13 +01:00
parent 0551f27c83
commit d7f67e7931

View file

@ -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")