diff --git a/lib/core/i18n/en.json b/lib/core/i18n/en.json index 684b2258b0..70479ed93f 100644 --- a/lib/core/i18n/en.json +++ b/lib/core/i18n/en.json @@ -33,7 +33,8 @@ "NOT_LESS_THAN": "Can't be less than {{ minValue }}", "AT_LEAST_LONG": "Enter at least {{ minLength }} characters", "NO_LONGER_THAN": "Enter no more than {{ maxLength }} characters" - } + }, + "FILE_ALREADY_UPLOADED": "A file with the same name is already uploaded." }, "FORM_RENDERER": { "NAMELESS_TASK": "Nameless task" diff --git a/lib/process-services-cloud/src/lib/form/components/attach-file-cloud-widget/attach-file-cloud-widget.component.html b/lib/process-services-cloud/src/lib/form/components/attach-file-cloud-widget/attach-file-cloud-widget.component.html index 40c5051fa1..9a4dee3a7e 100644 --- a/lib/process-services-cloud/src/lib/form/components/attach-file-cloud-widget/attach-file-cloud-widget.component.html +++ b/lib/process-services-cloud/src/lib/form/components/attach-file-cloud-widget/attach-file-cloud-widget.component.html @@ -39,32 +39,32 @@