diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-09 23:48:09 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-09 23:48:09 +0200 |
commit | 8fe35669337cd24fe0a3d0333102f2b8823af301 (patch) | |
tree | ab294aae105c0da2d978218a8b4c96ee8c4f72b3 /src-ui | |
parent | 397c850fb9fc12bc9ba7afe4fc0968e0964548f5 (diff) | |
download | FlightCore-8fe35669337cd24fe0a3d0333102f2b8823af301.tar.gz FlightCore-8fe35669337cd24fe0a3d0333102f2b8823af301.zip |
Update install button text
Diffstat (limited to 'src-ui')
-rw-r--r-- | src-ui/src/main.ts | 2 |
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"; |