upload card button: cancel -> done

This commit is contained in:
Ben Haynes
2020-07-31 15:53:29 -04:00
parent 4d3460a35f
commit 70e3a86d8e

View File

@@ -6,7 +6,7 @@
<v-upload @upload="onUpload" />
</v-card-text>
<v-card-actions>
<v-button secondary @click="close">{{ $t('cancel') }}</v-button>
<v-button secondary @click="close">{{ $t('done') }}</v-button>
</v-card-actions>
</v-card>
</v-dialog>