From f9c001e27d27ad451e8bc7964022a8a23eba9ebe Mon Sep 17 00:00:00 2001 From: mchouliara Date: Fri, 4 Oct 2024 16:30:28 +0300 Subject: [PATCH] small fix padding plan/description status editor --- .../description-status-editor.component.html | 4 ++-- .../plan-status-editor/plan-status-editor.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html b/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html index 669928f4d..f0bd9a65a 100644 --- a/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html +++ b/frontend/src/app/ui/admin/description-status/editor/description-status-editor/description-status-editor.component.html @@ -34,7 +34,7 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}} -
+
{{'DESCRIPTION-STATUS-EDITOR.FIELDS.INTERNAL-STATUS' | translate}} @@ -82,7 +82,7 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}}
-
+
{{'DESCRIPTION-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}} *{{'GENERAL.VALIDATION.REQUIRED' | translate }} diff --git a/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html b/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html index ec2556240..6b4e342d1 100644 --- a/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html +++ b/frontend/src/app/ui/admin/plan-status/editor/plan-status-editor/plan-status-editor.component.html @@ -34,7 +34,7 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}}
-
+
{{'PLAN-STATUS-EDITOR.FIELDS.INTERNAL-STATUS' | translate}} @@ -83,7 +83,7 @@ {{'GENERAL.VALIDATION.REQUIRED' | translate}}
-
+
{{'PLAN-STATUS-EDITOR.FIELDS.PLAN-ROLES' | translate}}  *{{'GENERAL.VALIDATION.REQUIRED' | translate }}