Skip to content

Commit

Permalink
Merge pull request #882 from statisticsnorway/fix-norwegian-translation
Browse files Browse the repository at this point in the history
fix norwegian translation for helm chart
  • Loading branch information
garronej authored Nov 22, 2024
2 parents 6cac460 + aaff10f commit 386562e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/ui/i18n/resources/no.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,13 @@ export const translations: Translations<"no"> = {
labeledHelmChartSourceUrls
}) => (
<>
Helm-diagrammet{" "}
Du er i ferd med å starte{" "}
{
<MaybeLink href={labeledHelmChartSourceUrls.helmChartSourceUrl}>
{helmChartName}
</MaybeLink>
}{" "}
tilhører Helm-diagramlageret{" "}
fra tjenestekatalogen{" "}
{
<MaybeLink
href={labeledHelmChartSourceUrls.helmChartRepositorySourceUrl}
Expand All @@ -559,7 +559,7 @@ export const translations: Translations<"no"> = {
{labeledHelmChartSourceUrls.dockerImageSourceUrl !== undefined && (
<>
{" "}
Det er basert på Docker-bildet{" "}
Den er basert på Docker-malen{" "}
{
<MuiLink
href={labeledHelmChartSourceUrls.dockerImageSourceUrl}
Expand Down

0 comments on commit 386562e

Please sign in to comment.