This commit is contained in:
2020-04-22 00:38:28 +00:00
parent d28367d86e
commit 69d0974215
2 changed files with 3 additions and 2 deletions

View File

@@ -172,7 +172,8 @@ export default {
"ImageUrl",
"ImageDescription",
"AttachFile",
"AttachmentNotes"
"AttachmentNotes",
"Upload"
],
////////////////////////////////////////////////////////

View File

@@ -55,7 +55,7 @@
:label="$ay.t('AttachmentNotes')"
></v-text-field>
<v-btn color="primary" text @click="upload">{{
$ay.t("OK")
$ay.t("Upload")
}}</v-btn>
</div>
</v-tab-item>