change error message key

This commit is contained in:
dkanada 2020-08-02 01:23:57 +09:00
parent 889b9a3d73
commit 891f54563b
48 changed files with 48 additions and 48 deletions

View file

@ -217,7 +217,7 @@ import 'css!./imageeditor';
reload(context, null, focusContext);
}, function () {
import('alert').then(({default: alert}) => {
alert(globalize.translate('MessageDefaultError'));
alert(globalize.translate('ErrorDefault'));
});
});
}