- So Magnotia is already there when you need it — especially useful if you said yes to morning triage. Uses your OS's standard autostart. No background tricks, no telemetry.
+ So Magnotia is already there when you need it, especially useful if you said yes to morning triage. Uses your OS's standard autostart. No background tricks, no telemetry.
You can change this any time in Settings.
@@ -264,7 +264,7 @@
{downloadProgress}%
{#if estimatedMinutes > 2}
-
Download in background — this may take a while
+
Download in background, this may take a while
{/if}
@@ -296,7 +296,7 @@
{#if models.length > 0}
Pick a model
-
One tap — we handle the rest.
+
One tap, we handle the rest.
{#each models as model, i}
{/if}
diff --git a/src/lib/pages/SettingsPage.svelte b/src/lib/pages/SettingsPage.svelte
index 4b9d726..7a8ca99 100644
--- a/src/lib/pages/SettingsPage.svelte
+++ b/src/lib/pages/SettingsPage.svelte
@@ -223,7 +223,7 @@
candidates.push(trimmed);
}
if (candidates.length === 0) {
- vocabularyError = "Nothing to import — paste one term per line or separated by commas.";
+ vocabularyError = "Nothing to import, paste one term per line or separated by commas.";
return;
}
@@ -1033,10 +1033,10 @@
bind:value={settings.microphoneDevice}
onfocus={refreshAudioDevices}
>
-
+
{#each visibleAudioDevices as dev}
{/each}
@@ -1077,7 +1077,7 @@
>
- Words and phrases the AI cleanup pass should preserve exactly. Useful for medication names, place names, jargon, names of people in your support network, anything Whisper tends to mishear. Vocabulary is scoped to a profile — switch profiles to swap whole vocabularies.
+ Words and phrases the AI cleanup pass should preserve exactly. Useful for medication names, place names, jargon, names of people in your support network, anything Whisper tends to mishear. Vocabulary is scoped to a profile, switch profiles to swap whole vocabularies.