standardize key prefixes for translations
This commit is contained in:
@@ -217,7 +217,7 @@ import 'css!./imageeditor';
|
||||
reload(context, null, focusContext);
|
||||
}, function () {
|
||||
import('alert').then(({default: alert}) => {
|
||||
alert(globalize.translate('DefaultErrorMessage'));
|
||||
alert(globalize.translate('MessageDefaultError'));
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user