persist msg

This commit is contained in:
Steven Hugg 2020-09-10 18:16:26 -05:00
parent 8eaed111e4
commit 02d189b1d9
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ function requestPersistPermission(interactive: boolean, failureonly: boolean) {
}
});
} else {
interactive && alertError("Your browser doesn't support expanding the persistent storage quota. Your edits may not be preserved after closing the page.");
interactive && alertError("Your browser may not persist edits after closing the page. Try a different browser.");
}
}