Translation keys

This commit is contained in:
yflory
2019-06-28 17:05:26 +02:00
parent 75e0b68f51
commit f70396a0f8
3 changed files with 24 additions and 30 deletions

View File

@@ -162,7 +162,6 @@ define([
create['disabled'] = function () {
var key = 'disabled';
var $div = makeBlock(key);
// XXX add text
return $div;
};
@@ -219,7 +218,7 @@ define([
displayed: displayed,
sfCommon: common,
$container: APP.$toolbar,
pageTitle: Messages.supportPage || 'Support', // XXX
pageTitle: Messages.supportPage || 'Support',
metadataMgr: common.getMetadataMgr(),
};
APP.toolbar = Toolbar.create(configTb);