diff --git a/src/facets/data/file-manager/index.inline.js b/src/facets/data/file-manager/index.inline.js index c55942cd..852bc900 100644 --- a/src/facets/data/file-manager/index.inline.js +++ b/src/facets/data/file-manager/index.inline.js @@ -209,7 +209,7 @@ function renderFileList(listEl, items, prefix) { const { setLocalItems, setRemoteItems, setError } = setup({ title: "File Manager", description: html` -
Upload audio files to play them and optionally sync them with your cloud storage. These are automatically added as inputs (aka. sources).
+Upload audio files to play them and optionally sync them with your cloud storage. These are automatically added as inputs (aka. sources) and then processed into playable tracks.
@@ -476,7 +476,7 @@ effect(() => { uploadIcon.className = "ph-fill ph-cloud-arrow-up"; uploadLabel.textContent = isBusy ? "Uploading ..." - : "Connect storage"; + : "Set up syncing"; litRender( html`