From 8fe35669337cd24fe0a3d0333102f2b8823af301 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Fri, 9 Sep 2022 23:48:09 +0200 Subject: Update install button text --- src-ui/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-ui/src') 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"; -- cgit v1.2.3