Remove redundant message title

master
Travis Evans 2023-09-11 16:18:28 -05:00
parent 5a01ae0159
commit fe8694c709
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const SETTINGS = Object.assign({
function saveSettings() {
if (!storage.writeJSON(SETTINGS_FILENAME, SETTINGS)) {
E.showAlert('Trouble saving settings', "Can't save settings");
E.showAlert('Trouble saving settings');
}
}