style(sync-ui): drop last em-dash from launcher warning

This commit is contained in:
2026-07-11 19:46:16 -07:00
parent ac72c23dab
commit cff164183a
+1 -1
View File
@@ -389,7 +389,7 @@ async function refresh(): Promise<void> {
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();