From 14ba15a07217049f19491ecd27339b520073006d Mon Sep 17 00:00:00 2001 From: jatin2008 <105338943+jatin2008@users.noreply.github.com> Date: Wed, 23 Nov 2022 19:00:34 +0530 Subject: [PATCH] [ACS-4051] 880283, 880284, 880285 Critical CSV issues buttons must have discernible text fixed (#8001) * 880283, 880284, 880285 buttons must have discernible text issue fixed * addressed review comments --- .../attach-file/file-properties-table-cloud.component.html | 2 +- .../src/lib/content-widget/attach-file-widget.component.html | 3 ++- lib/process-services/src/lib/i18n/en.json | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html index 5f7e1a9239..adb2e7fe24 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.html @@ -40,7 +40,7 @@ diff --git a/lib/process-services/src/lib/content-widget/attach-file-widget.component.html b/lib/process-services/src/lib/content-widget/attach-file-widget.component.html index 4e9eec61c9..b47cfa3090 100644 --- a/lib/process-services/src/lib/content-widget/attach-file-widget.component.html +++ b/lib/process-services/src/lib/content-widget/attach-file-widget.component.html @@ -71,7 +71,8 @@ tabindex="0"/> {{file.name}} - diff --git a/lib/process-services/src/lib/i18n/en.json b/lib/process-services/src/lib/i18n/en.json index 3e229554d4..9ae652d442 100644 --- a/lib/process-services/src/lib/i18n/en.json +++ b/lib/process-services/src/lib/i18n/en.json @@ -226,7 +226,8 @@ "CLOSE": "Close", "SHOW_DIAGRAM": "Show Diagram", "DRAG-ATTACHMENT": "Drop files to upload", - "UPLOAD-ATTACHMENT": "Upload Attachment" + "UPLOAD-ATTACHMENT": "Upload Attachment", + "FILE_OPTION_MENU": "File Option Menu" }, "MESSAGES": { "NONE": "No process details found"