fixed bug ##285

es wurde Rechtschreibefehler korrigiert
This commit is contained in:
Tim Gröger 2020-06-10 10:48:39 +02:00
parent 5615fea376
commit 2e7a712e67
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@
</v-col> </v-col>
<v-col> <v-col>
<v-col> <v-col>
Letzter Aktualisierung Letzte Aktualisierung
</v-col> </v-col>
<v-col> <v-col>
{{ token.timestamp.day }}.{{ token.timestamp.month }}.{{ {{ token.timestamp.day }}.{{ token.timestamp.month }}.{{
@ -275,7 +275,7 @@
ref="acceptedPassword" ref="acceptedPassword"
:rules="[empty_password]" :rules="[empty_password]"
></v-text-field> ></v-text-field>
<v-btn text color="primary" @click="save">Speicherns</v-btn> <v-btn text color="primary" @click="save">Speichern</v-btn>
</v-card-actions> </v-card-actions>
<v-expand-transition> <v-expand-transition>
<v-alert type="error" v-if="error">{{ error }}</v-alert> <v-alert type="error" v-if="error">{{ error }}</v-alert>