From 02d189b1d9ceebf6a15c917a35c0d3554a6e1b59 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 10 Sep 2020 18:16:26 -0500 Subject: [PATCH] persist msg --- src/ide/ui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ide/ui.ts b/src/ide/ui.ts index 1a1431e4..5cf76fdc 100644 --- a/src/ide/ui.ts +++ b/src/ide/ui.ts @@ -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."); } }