diff --git a/excalidraw-app/components/AppWelcomeScreen.tsx b/excalidraw-app/components/AppWelcomeScreen.tsx index 5bb5073e9c..903af7a5f7 100644 --- a/excalidraw-app/components/AppWelcomeScreen.tsx +++ b/excalidraw-app/components/AppWelcomeScreen.tsx @@ -33,7 +33,15 @@ export const AppWelcomeScreen: React.FC<{ return bit; }); } else { - headingContent = t("welcomeScreen.app.center_heading"); + headingContent = ( + <> + {t("welcomeScreen.app.center_heading")} +
+ {t("welcomeScreen.app.center_heading_line2")} +
+ {t("welcomeScreen.app.center_heading_line3")} + + ); } return ( diff --git a/excalidraw-app/tests/__snapshots__/MobileMenu.test.tsx.snap b/excalidraw-app/tests/__snapshots__/MobileMenu.test.tsx.snap index 53b16c40ff..8bdc0f99ff 100644 --- a/excalidraw-app/tests/__snapshots__/MobileMenu.test.tsx.snap +++ b/excalidraw-app/tests/__snapshots__/MobileMenu.test.tsx.snap @@ -50,7 +50,11 @@ exports[`Test MobileMenu > should initialize with welcome screen and hide once u
- All your data is saved locally in your browser. + Your drawings are saved in your browser's storage. +
+ Browser storage can be cleared unexpectedly. +
+ Save your work to a file regularly to avoid losing it.