Merge pull request #2955 from Yokayo/staging

Add rename buttons for advanced formatting presets
This commit is contained in:
Cohee
2024-10-09 01:33:52 +03:00
committed by GitHub
5 changed files with 169 additions and 58 deletions

View File

@ -6755,7 +6755,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);
},