better effort for translation

This commit is contained in:
ansuz
2016-07-11 17:36:53 +02:00
parent cde68170d4
commit 3eccec7054
6 changed files with 60 additions and 34 deletions

View File

@@ -69,7 +69,7 @@ define([
var $back = $('<div>', {
'class': BACK_CLS,
id: uid(),
}).html('&#8656; Back').click(function () {
}).html(Messages.back).click(function () {
window.location.href = '/';
});
$container.append($back);
@@ -128,7 +128,7 @@ define([
var $button = $('<button>', {
id: buttonID,
'class': USERNAME_BUTTON_GROUP,
}).text('Change name');
}).text(Messages.changeNameButton);
$(userList).append($button);
$button.after($span);