From b89df00925b2c01fd15cc4a2bdccb4378b095f5e Mon Sep 17 00:00:00 2001 From: Diamantis Tziotzios Date: Fri, 21 Jun 2024 16:21:11 +0300 Subject: [PATCH] url validator fix --- .../components/form-field/form-field.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.html b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.html index 99ba45ec7..7f65e8662 100644 --- a/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.html +++ b/dmp-frontend/src/app/ui/description/editor/description-form/components/form-field/form-field.component.html @@ -14,7 +14,7 @@ {{propertiesFormGroup?.get(field.id).get('textValue').getError('backendError').message}} {{'GENERAL.VALIDATION.REQUIRED' | translate}} - {{'GENERAL.VALIDATION.URL.MESSAGE' | translate}} + {{'GENERAL.VALIDATION.URL.MESSAGE' | translate}}