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

@@ -3,7 +3,7 @@
<q-form ref="refForm">
<q-item-section class="q-gutter-md q-pa-md">
<q-card :class="['q-gutter-xs q-items-center q-pa-lg', { shake: shake }]">
<div class="text-h5 text-primary text-center">{{ appName }}</div>
<div class="text-h5 text-primary text-center">{{ $t(appName) }}</div>
<q-input
ref="refUserInput"
dense