mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-27 16:49:51 -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) {
|
if (snapshot.launcherPath === null) {
|
||||||
launcherWarning.textContent =
|
launcherWarning.textContent =
|
||||||
'The subminer command-line launcher was not found. Install it from SubMiner setup ' +
|
'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();
|
setRunPill();
|
||||||
renderHosts();
|
renderHosts();
|
||||||
|
|||||||
Reference in New Issue
Block a user