parent
5615fea376
commit
2e7a712e67
|
@ -224,7 +224,7 @@
|
|||
</v-col>
|
||||
<v-col>
|
||||
<v-col>
|
||||
Letzter Aktualisierung
|
||||
Letzte Aktualisierung
|
||||
</v-col>
|
||||
<v-col>
|
||||
{{ token.timestamp.day }}.{{ token.timestamp.month }}.{{
|
||||
|
@ -275,7 +275,7 @@
|
|||
ref="acceptedPassword"
|
||||
:rules="[empty_password]"
|
||||
></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-expand-transition>
|
||||
<v-alert type="error" v-if="error">{{ error }}</v-alert>
|
||||
|
|
Loading…
Reference in New Issue