This commit is contained in:
2020-04-23 18:40:55 +00:00
parent 565d806792
commit 86aea82f6b

View File

@@ -85,8 +85,8 @@
></v-text-field>
</div>
<v-card-actions>
<v-btn @click="remove()" icon>
<v-icon>fa-trash</v-icon>
<v-btn @click="remove()" text>
{{ $ay.t("Delete") }}
</v-btn>
<v-spacer></v-spacer>
<v-btn text @click="editMenu = false">{{ $ay.t("Cancel") }}</v-btn>