aboutsummaryrefslogtreecommitdiff
path: root/src-vue
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-05-08 14:58:14 +0200
committerGitHub <noreply@github.com>2023-05-08 14:58:14 +0200
commit0cbf57cfd07bf7c52e73c51147c5298082f68e3c (patch)
treeb15ff506a7c92333f17dc7fd1618d13d021fea0b /src-vue
parent6b454c9f56fd38259bdd7d7c5fd4d22c63d5d819 (diff)
downloadFlightCore-0cbf57cfd07bf7c52e73c51147c5298082f68e3c.tar.gz
FlightCore-0cbf57cfd07bf7c52e73c51147c5298082f68e3c.zip
fix: Use localised string for mods sidebar title (#309)
Diffstat (limited to 'src-vue')
-rw-r--r--src-vue/src/components/ModsMenu.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/src/components/ModsMenu.vue b/src-vue/src/components/ModsMenu.vue
index 656c05a6..de247984 100644
--- a/src-vue/src/components/ModsMenu.vue
+++ b/src-vue/src/components/ModsMenu.vue
@@ -4,7 +4,7 @@
default-active="1"
text-color="#fff"
>
- <h5>Mods</h5>
+ <h5>{{ $t('menu.mods') }}</h5>
<el-menu-item index="1" @click="$emit('showLocalMods', true)">
<el-icon><Folder /></el-icon>
<span>{{ $t('mods.menu.local') }}</span>