remove module reference from method calls
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ define(['dialog', 'globalize'], function (dialog, globalize) {
|
||||
var items = [];
|
||||
|
||||
items.push({
|
||||
name: globalize.translate('sharedcomponents#ButtonGotIt'),
|
||||
name: globalize.translate('ButtonGotIt'),
|
||||
id: 'ok',
|
||||
type: 'submit'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user