diff --git a/src/app/features/registries/components/registries-metadata-step/registries-license/registries-license.component.html b/src/app/features/registries/components/registries-metadata-step/registries-license/registries-license.component.html index 8394e9505..694fe910e 100644 --- a/src/app/features/registries/components/registries-metadata-step/registries-license/registries-license.component.html +++ b/src/app/features/registries/components/registries-metadata-step/registries-license/registries-license.component.html @@ -1,5 +1,5 @@ -

{{ 'shared.license.title' | translate }}

+

{{ 'common.labels.license' | translate }}

{{ 'shared.license.description' | translate }}

diff --git a/src/app/shared/components/education-history/education-history.component.html b/src/app/shared/components/education-history/education-history.component.html index b9e65921d..f0fd490cf 100644 --- a/src/app/shared/components/education-history/education-history.component.html +++ b/src/app/shared/components/education-history/education-history.component.html @@ -1,4 +1,4 @@ - + @for (education of education(); track $index) { diff --git a/src/app/shared/components/employment-history/employment-history.component.html b/src/app/shared/components/employment-history/employment-history.component.html index d49629f5b..0a55e0089 100644 --- a/src/app/shared/components/employment-history/employment-history.component.html +++ b/src/app/shared/components/employment-history/employment-history.component.html @@ -1,4 +1,4 @@ - + @for (employment of employment(); track $index) { diff --git a/src/app/shared/components/my-projects-table/my-projects-table.component.html b/src/app/shared/components/my-projects-table/my-projects-table.component.html index 6f1be09aa..5136fb84d 100644 --- a/src/app/shared/components/my-projects-table/my-projects-table.component.html +++ b/src/app/shared/components/my-projects-table/my-projects-table.component.html @@ -24,7 +24,7 @@ - {{ 'myProjects.table.columns.contributors' | translate }} + {{ 'common.labels.contributors' | translate }} {{ 'common.labels.modified' | translate }}