mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-27 04:49:49 -07:00
style(sync-ui): drop last em-dash from launcher warning
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user