diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index 36537f82..a5c3035d 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -172,7 +172,8 @@ export default { "ImageUrl", "ImageDescription", "AttachFile", - "AttachmentNotes" + "AttachmentNotes", + "Upload" ], //////////////////////////////////////////////////////// diff --git a/ayanova/src/components/attachment-control.vue b/ayanova/src/components/attachment-control.vue index ee96b5ad..6c7718b6 100644 --- a/ayanova/src/components/attachment-control.vue +++ b/ayanova/src/components/attachment-control.vue @@ -55,7 +55,7 @@ :label="$ay.t('AttachmentNotes')" > {{ - $ay.t("OK") + $ay.t("Upload") }}