cancel to close

This commit is contained in:
hay-kot 2021-05-07 14:08:25 -08:00
commit c5636a03e7

View file

@ -6,7 +6,7 @@
<template v-slot:action="{ attrs }"> <template v-slot:action="{ attrs }">
<v-btn text v-bind="attrs" @click="snackbar.open = false"> <v-btn text v-bind="attrs" @click="snackbar.open = false">
{{ $t("general.cancel") }} {{ $t("general.close") }}
</v-btn> </v-btn>
</template> </template>
</v-snackbar> </v-snackbar>