encapsulate path substitution

This commit is contained in:
Luke Pulverenti 2016-09-12 14:10:09 -04:00
parent 8f88fb9a3b
commit 114a010bd4
17 changed files with 43 additions and 25 deletions

View file

@ -15,7 +15,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
var items = [];
items.push({
name: globalize.translate('sharedcomponents#ButtonOk'),
name: globalize.translate('sharedcomponents#ButtonGotIt'),
id: 'ok',
type: 'submit'
});