add translation to appName name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user