aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src
diff options
context:
space:
mode:
Diffstat (limited to 'src-vue/src')
-rw-r--r--src-vue/src/plugins/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/plugins/store.ts b/src-vue/src/plugins/store.ts
index 76a33b48..37d0d89d 100644
--- a/src-vue/src/plugins/store.ts
+++ b/src-vue/src/plugins/store.ts
@@ -280,7 +280,7 @@ export const store = createStore<FlightCoreStore>({
async loadInstalledMods(state: FlightCoreStore) {
// If there's no game path, prevent looking for installed mods.
if (state.game_install.game_path === undefined) {
- console.warn('Cannot load installed mods since so game path is selected.');
+ console.warn('Cannot load installed mods since no game path is selected.');
return;
}