add translation to appName name

This commit is contained in:
Adrian Zürcher
2025-11-12 12:16:47 +01:00
parent 76269e7358
commit 352d0aa4c6
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
/>
<q-btn flat dense round icon="menu" aria-label="Menu" @click="toggleLeftDrawer" />
<q-toolbar-title class="text-primary-text"> {{ appName }} </q-toolbar-title>
<q-toolbar-title class="text-primary-text"> {{ $t(appName) }} </q-toolbar-title>
<div>Version {{ version }}</div>
<q-btn dense icon="refresh" square class="q-px-md q-ml-md" @click="refresh" />