From d9f1f848c4a52b65ddfbffd9d69033271c072184 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Thu, 7 Sep 2023 12:52:40 +0200 Subject: [PATCH] Update editor_ui.tsx --- web/editor_ui.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/editor_ui.tsx b/web/editor_ui.tsx index 3171a50e..1ef53b98 100644 --- a/web/editor_ui.tsx +++ b/web/editor_ui.tsx @@ -227,7 +227,7 @@ export class MainUI { } else { localStorage.removeItem("syncMode"); this.editor.flashNotification( - "Now switching to server mode, one moment please...", + "Now switching to online mode, one moment please...", ); await sleep(1000); location.reload();