From b8a3afce0142d3ef6ec39870bbbe986665f2faa4 Mon Sep 17 00:00:00 2001 From: siva kumar Date: Fri, 31 Jul 2020 14:01:12 +0530 Subject: [PATCH] [ACA-3551] Show vs View button for attach widget. (#5850) --- lib/core/i18n/en.json | 2 +- .../attach-file/attach-file-cloud-widget.component.html | 2 +- .../src/lib/content-widget/attach-file-widget.component.html | 4 ++-- ...omponents.spec.ts => attach-file-widget.component.spec.ts} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename lib/process-services/src/lib/content-widget/{attach-file-widget.components.spec.ts => attach-file-widget.component.spec.ts} (100%) diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index c50780ca44..fead7903fd 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -21,7 +21,7 @@ "FIELD": { "LOCALSTORAGE": "Local storage", "SOURCE": "Select source from ", - "SHOW_FILE": "Show", + "VIEW_FILE": "View", "DOWNLOAD_FILE": "Download", "REMOVE_FILE": "Remove", "UPLOAD": "UPLOAD", diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html index ecf325a99b..2790ed098a 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.html @@ -32,7 +32,7 @@