diff options
-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"; |