Skip to content

Commit aeb2d50

Browse files
committed
fix(custom-step): Make using translate
1 parent 48cd79e commit aeb2d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/registries/components/custom-step/custom-step.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3 class="mb-2">{{ section.title }}</h3>
4545
<h3 class="mb-2">
4646
{{ q.displayText }}
4747
@if (!q.required) {
48-
(optional)
48+
{{ 'common.labels.optional' | translate }}
4949
}
5050
</h3>
5151
</div>

0 commit comments

Comments
 (0)