From 48cd79e005a1c5fb5817d2c62e8462336767cc56 Mon Sep 17 00:00:00 2001 From: Bohdan Odintsov Date: Fri, 24 Oct 2025 17:14:45 +0300 Subject: [PATCH 1/2] fix(custom-step): Fix proper optional displaying --- .../components/custom-step/custom-step.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/registries/components/custom-step/custom-step.component.html b/src/app/features/registries/components/custom-step/custom-step.component.html index 2a2324042..3aa6e23d1 100644 --- a/src/app/features/registries/components/custom-step/custom-step.component.html +++ b/src/app/features/registries/components/custom-step/custom-step.component.html @@ -45,7 +45,7 @@

{{ section.title }}

{{ q.displayText }} @if (!q.required) { - * + (optional) }

From 95caa79d739b4c1a43216d631077055b7a4ae4cd Mon Sep 17 00:00:00 2001 From: Bohdan Odintsov Date: Fri, 24 Oct 2025 17:39:45 +0300 Subject: [PATCH 2/2] fix(custom-step): Make using translate --- .../components/custom-step/custom-step.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/registries/components/custom-step/custom-step.component.html b/src/app/features/registries/components/custom-step/custom-step.component.html index 3aa6e23d1..d8e434a69 100644 --- a/src/app/features/registries/components/custom-step/custom-step.component.html +++ b/src/app/features/registries/components/custom-step/custom-step.component.html @@ -45,7 +45,7 @@

{{ section.title }}

{{ q.displayText }} @if (!q.required) { - (optional) + ({{ 'common.labels.optional' | translate }}) }