aboutsummaryrefslogtreecommitdiff
path: root/src-ui/src
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 23:48:09 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-09 23:48:09 +0200
commit8fe35669337cd24fe0a3d0333102f2b8823af301 (patch)
treeab294aae105c0da2d978218a8b4c96ee8c4f72b3 /src-ui/src
parent397c850fb9fc12bc9ba7afe4fc0968e0964548f5 (diff)
downloadFlightCore-8fe35669337cd24fe0a3d0333102f2b8823af301.tar.gz
FlightCore-8fe35669337cd24fe0a3d0333102f2b8823af301.zip
Update install button text
Diffstat (limited to 'src-ui/src')
-rw-r--r--src-ui/src/main.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index 040539e2..590224f0 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -4,7 +4,7 @@ import { open } from '@tauri-apps/api/dialog';
import { appDir } from '@tauri-apps/api/path';
const $ = document.querySelector.bind(document);
-const button_install_string = "Install";
+const button_install_string = "Install Northstar";
const button_update_string = "Update";
const button_play_string = "Play";