Remove redundant message title
parent
5a01ae0159
commit
fe8694c709
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue