diff --git a/src/App.jsx b/src/App.jsx index 05076927..ad258802 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -675,7 +675,7 @@ const App = memo(() => { const toggleMovFastStart = useCallback(() => setMovFastStart((val) => !val), []); const toggleSimpleMode = useCallback(() => setSimpleMode((v) => { - if (!hideAllNotifications) toast.fire({ text: v ? i18n.t('Simple mode has been disabled. You will now see also non-essential buttons') : i18n.t('Simple mode enabled. You will now see only the most essential buttons') }); + if (!hideAllNotifications) toast.fire({ text: v ? i18n.t('Advanced view has been enabled. You will now also see non-essential buttons and functions') : i18n.t('Advanced view disabled. You will now see only the most essential buttons and functions') }); return !v; }), [hideAllNotifications]); diff --git a/src/NoFileLoaded.jsx b/src/NoFileLoaded.jsx index 0bafd142..8f1370d5 100644 --- a/src/NoFileLoaded.jsx +++ b/src/NoFileLoaded.jsx @@ -19,14 +19,12 @@ const NoFileLoaded = memo(({ topBarHeight, bottomBarHeight, mifiLink, toggleHelp Press H for help -