diff --git a/messages/en.json b/messages/en.json index 4583d4a0e..b5a1ef583 100644 --- a/messages/en.json +++ b/messages/en.json @@ -37,5 +37,9 @@ "Administasjon": "Administration", "field": "Field", "showMore": "Show all" + }, + "job_posting": { + "office": "Office", + "all": "All" } } diff --git a/messages/no.json b/messages/no.json index 9c3bdf35a..05c59f0c9 100644 --- a/messages/no.json +++ b/messages/no.json @@ -37,5 +37,9 @@ "Administasjon": "Administrasjon", "field": "Fag", "showMore": "Vis alle" + }, + "job_posting": { + "office": "Kontor", + "all": "Alle" } } diff --git a/messages/se.json b/messages/se.json index 8a549f44a..a3ccb0c0f 100644 --- a/messages/se.json +++ b/messages/se.json @@ -37,5 +37,9 @@ "Administasjon": "Administration", "field": "Fält", "showMore": "Vis alla" + }, + "job_posting": { + "office": "Kontor", + "all": "Alla" } } diff --git a/src/components/sections/jobs/JobPostingList.tsx b/src/components/sections/jobs/JobPostingList.tsx index 912450847..70e0af7ac 100644 --- a/src/components/sections/jobs/JobPostingList.tsx +++ b/src/components/sections/jobs/JobPostingList.tsx @@ -53,7 +53,7 @@ export default function JobPostingList({ } } - const t = useTranslations("employee_card"); + const t = useTranslations("job_posting"); useEffect(() => { if (locationFilter === null) { @@ -72,7 +72,7 @@ export default function JobPostingList({ return (