fix(i18n): use string

This commit is contained in:
Matteo Pagliazzi 2014-06-16 21:55:31 +02:00
parent 57e1013ada
commit 7e11d970a8

View file

@ -26,7 +26,7 @@ script(type='text/ng-template', id='modals/member.html')
include ../profiles/stats
.col-md-6
+herobox()
h3 Achievements
h3=env.t('achievements')
include ../profiles/achievements
.modal-footer
button.btn.btn-default(ng-click='$close()')=env.t('ok')