diff --git a/src/syncui/syncui.ts b/src/syncui/syncui.ts index 95eb796b..69f499e6 100644 --- a/src/syncui/syncui.ts +++ b/src/syncui/syncui.ts @@ -389,7 +389,7 @@ async function refresh(): Promise { if (snapshot.launcherPath === null) { launcherWarning.textContent = 'The subminer command-line launcher was not found. Install it from SubMiner setup ' + - '(or install bun) — syncing runs through the launcher.'; + '(or install bun). Syncing runs through the launcher.'; } setRunPill(); renderHosts();