diff options
author | Rémy Raes <contact@remyraes.com> | 2022-10-20 10:12:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 10:12:36 +0200 |
commit | 2e5c9b034d6bd7aa6fddc7f7f75be071b30b9c5a (patch) | |
tree | 6ec4bfbca57658543e0cf6d610af1c21f2de106c /src-vue/src/components/PlayButton.vue | |
parent | 8edfb16aba17f082a3a0da891d8e49658bf36530 (diff) | |
parent | 9b4e032b73e3f40c8c4126a25356f467a833d239 (diff) | |
download | FlightCore-2e5c9b034d6bd7aa6fddc7f7f75be071b30b9c5a.tar.gz FlightCore-2e5c9b034d6bd7aa6fddc7f7f75be071b30b9c5a.zip |
Merge branch 'GeckoEidechse:main' into refactor/router-view
Diffstat (limited to 'src-vue/src/components/PlayButton.vue')
-rw-r--r-- | src-vue/src/components/PlayButton.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/components/PlayButton.vue b/src-vue/src/components/PlayButton.vue index 8e0b4149..ff57e706 100644 --- a/src-vue/src/components/PlayButton.vue +++ b/src-vue/src/components/PlayButton.vue @@ -13,7 +13,7 @@ export default defineComponent({ switch(this.$store.state.northstar_state) { case NorthstarState.GAME_NOT_FOUND: - return "Titanfall2 not found"; + return "Select Titanfall2 game folder"; case NorthstarState.INSTALL: return "Install"; case NorthstarState.INSTALLING: |