diff --git a/containers/libreportal/frontend/core/setup/js/setup-wizard.js b/containers/libreportal/frontend/core/setup/js/setup-wizard.js index a8d938e..298f812 100755 --- a/containers/libreportal/frontend/core/setup/js/setup-wizard.js +++ b/containers/libreportal/frontend/core/setup/js/setup-wizard.js @@ -233,11 +233,9 @@ class SetupWizard { otherwise there is exactly one answer and the step is skipped. -->
-
Storage
-

- Apps normally live on the system disk. If you have another drive, you can - register it here and choose per app where its data goes. -

+
Storage + ? +

@@ -501,9 +499,11 @@ class SetupWizard { }); if (note) { + // Deliberately not repeating the tooltip: this line carries only what is + // actionable while choosing. note.innerHTML = this.storageCandidates.length - ? 'Apps go on the system disk unless you tick another drive. Drives that can\u2019t hold app data are greyed out \u2014 open Details to see why.' - : 'No other drives were found, so everything goes on the system disk. Plug one in and you can add it later from the CLI (libreportal storage).'; + ? 'Drives that can\u2019t hold app data are greyed out \u2014 open Details to see why.' + : 'No other drives found. You can add one later with libreportal storage.'; } }