Skip to content

Commit

Permalink
fix norwegian translation for helm chart
Browse files Browse the repository at this point in the history
The translation was reverted at some time. This commit reverts it back to what it should be
  • Loading branch information
johnksv committed Nov 21, 2024
1 parent 52c3ddc commit aaff10f
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 aaff10f

Please sign in to comment.