Skip to content

Commit 1f041f8

Browse files
committed
fix(translation): fixed registration label
1 parent a79d37f commit 1f041f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/registry/components/short-registration-info/short-registration-info.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="mb-3">
2-
<h4>{{ 'navigation.registration.contributors' | translate }}</h4>
2+
<h4>{{ 'navigation.contributors' | translate }}</h4>
33
<p>
44
@for (c of registration().contributors; track c.id) {
55
<span

0 commit comments

Comments
 (0)