change error message key
This commit is contained in:
@@ -89,7 +89,7 @@ import 'emby-checkbox';
|
||||
});
|
||||
}, function (response) {
|
||||
import('toast').then(({default: toast}) => {
|
||||
toast(globalize.translate('MessageDefaultError'));
|
||||
toast(globalize.translate('ErrorDefault'));
|
||||
});
|
||||
|
||||
loading.hide();
|
||||
|
||||
Reference in New Issue
Block a user