From cff164183a03eae1b3a80adaa2c4401e6c0891cb Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 11 Jul 2026 19:46:16 -0700 Subject: [PATCH] style(sync-ui): drop last em-dash from launcher warning --- src/syncui/syncui.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();