localized strings

This commit is contained in:
JFH
2021-05-10 00:12:11 +02:00
parent 6fd0e6420b
commit 8b67334e37
5 changed files with 11 additions and 11 deletions

View File

@@ -1165,7 +1165,7 @@ class Editor extends EditorStartup {
reject(new Error('URLLoadFail'));
return;
}
seAlert(this.uiStrings.notification.URLLoadFail + ': \n' + err);
seAlert(this.i18next.t('notification.URLLoadFail') + ': \n' + err);
resolve();
},
complete() {