diff --git a/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx b/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx index b4e6861..4fe4ac8 100644 --- a/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx +++ b/webapp/app.ironcalc.com/frontend/src/components/FileBar.tsx @@ -41,8 +41,8 @@ export function FileBar(properties: { const [maxTitleWidth, setMaxTitleWidth] = useState(0); const width = useWindowWidth(); - const cloudWarningText1 = `This workbook is stored only in your browser.`; - const cloudWarningText2 = `To keep your work safe, download it as .xlsx.`; + const cloudWarningText1 = `This workbook is stored only in your browser. To keep it safe, download it as .xlsx.`; + const cloudWarningText2 = ` Future versions may be incompatible.`; // biome-ignore lint/correctness/useExhaustiveDependencies: We need to update the maxTitleWidth when the width changes useLayoutEffect(() => { @@ -127,7 +127,7 @@ export function FileBar(properties: { }, tooltip: { sx: { - maxWidth: "140px", + maxWidth: "240px", fontSize: "11px", padding: "8px", backgroundColor: "#fff", diff --git a/webapp/app.ironcalc.com/frontend/src/components/LeftDrawer/LocalStorageAlert.tsx b/webapp/app.ironcalc.com/frontend/src/components/LeftDrawer/LocalStorageAlert.tsx index 166aa1b..60d509d 100644 --- a/webapp/app.ironcalc.com/frontend/src/components/LeftDrawer/LocalStorageAlert.tsx +++ b/webapp/app.ironcalc.com/frontend/src/components/LeftDrawer/LocalStorageAlert.tsx @@ -44,8 +44,9 @@ function LocalStorageAlert() { IronCalc stores your data only in your browser's local storage. - - To keep your work safe, please download your XLSX file regularly. + + Download your XLSX often – future versions may not open + current workbooks, even if shared. );