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();