From 69d0974215dd13de9668896709a5ad78b9a7f3d5 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 22 Apr 2020 00:38:28 +0000 Subject: [PATCH] --- ayanova/src/api/translation.js | 3 ++- ayanova/src/components/attachment-control.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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") }}