We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2662e01 + ae25fe7 commit 7757764Copy full SHA for 7757764
2 files changed
src/app/features/registries/components/review/review.component.html
@@ -1,6 +1,6 @@
1
<section class="flex flex-column flex-1 bg-white p-5 gap-4 w-full">
2
<p-card>
3
- <h2 class="mb-4">{{ 'navigation.registration.metadata' | translate }}</h2>
+ <h2 class="mb-4">{{ 'navigation.metadata' | translate }}</h2>
4
5
<div class="mb-4">
6
<h4 class="mb-2">{{ 'common.labels.title' | translate }}</h4>
src/app/features/registry/pages/registry-components/registry-components.component.html
@@ -1,5 +1,5 @@
<section class="flex flex-column flex-1">
- <osf-sub-header [title]="'navigation.registration.components' | translate" />
+ <osf-sub-header [title]="'navigation.components' | translate" />
<div class="flex flex-column gap-6 p-4 bg-white">
<section class="flex flex-column gap-4">
0 commit comments