Skip to content

Commit

Permalink
feat: update harmonisation label (#4474)
Browse files Browse the repository at this point in the history
Closes #4386
  • Loading branch information
connoratrug authored Nov 11, 2024
1 parent 5a568cb commit ece9522
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ let tocItems = reactive([{ label: "Definition", id: "definition" }]);
if (resourcesWithMapping.value.length > 0) {
tocItems.push({
label: "Harmonisation status per data source",
label: "Harmonisation status per source",
id: "harmonisation-per-source",
});
tocItems.push({
label: "Harmonisation details per data source",
label: "Harmonisation details per source",
id: "harmonisation-details-per-source",
});
} else {
Expand Down Expand Up @@ -144,7 +144,7 @@ useHead({ title: titlePrefix + variable.value.name });
<ContentBlock
v-if="resourcesWithMapping.length > 0"
id="harmonisation-per-source"
title="Harmonisation status per data source"
title="Harmonisation status per source"
>
<HarmonisationGridPerVariable
v-if="isRepeating"
Expand Down

0 comments on commit ece9522

Please sign in to comment.