Update translation-related stuff a little

This commit is contained in:
Yokayo
2024-10-07 00:04:49 +07:00
parent 88d52ea587
commit 4b0d342e8b
3 changed files with 12 additions and 6 deletions

View File

@ -6694,7 +6694,7 @@ export async function saveSettings(type) {
eventSource.emit(event_types.SETTINGS_UPDATED);
},
error: function (jqXHR, exception) {
toastr.error(t`Check the server connection and reload the page to prevent data loss.t`, t`Settings could not be saved`);
toastr.error(t`Check the server connection and reload the page to prevent data loss.`, t`Settings could not be saved`);
console.log(exception);
console.log(jqXHR);
},