Skip to content

Commit

Permalink
update translationsvvariable
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Nov 22, 2024
1 parent 271918f commit 1f9377f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"duration": "Duration",
"industry": "Industry",
"delivery": "Delivery",
"varianter": "Varianter",
"variants": "Variants",
"in_project": "In project",
"design": "Design",
"development": "Development",
Expand Down
2 changes: 1 addition & 1 deletion messages/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"duration": "Varighet",
"industry": "Bransje",
"delivery": "Leveranse",
"varianter": "Variantene",
"variants": "Variantene",
"in_project": "Varianter i prosjektet",
"design": "Design",
"development": "Utvikling",
Expand Down
2 changes: 1 addition & 1 deletion messages/se.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"duration": "Varaktighet",
"industry": "Bransch",
"delivery": "Leverans",
"varianter": "Variantene",
"variants": "Variantene",
"in_project": "Varianter i projektet",
"design": "Design",
"development": "Utveckling",
Expand Down
2 changes: 1 addition & 1 deletion src/components/customerCases/customerCase/CustomerCase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default async function CustomerCase({
{consultantsResult.ok && (
<div>
<Text className={styles.title} type="labelRegular">
{t("varianter").toUpperCase()}
{t("variants").toUpperCase()}
</Text>
<div className={styles.varianter}>
<Text></Text>
Expand Down

0 comments on commit 1f9377f

Please sign in to comment.