Skip to content

Commit

Permalink
fix: some urls were missing from email templates (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast authored Dec 18, 2023
1 parent acd3b38 commit d123ad0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions frontend/benefit/common/src/emails/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"links": {
"aboutHelsinkiBenefit": {
"title": "Information about the Helsinki benefit",
"url": "#"
"url": "https://www.hel.fi/en/business-and-work/employers/financial-support/helsinki-benefit-for-employers"
},
"customerService": {
"title": "Customer service and contact details",
"url": "#"
"url": "https://www.hel.fi/en/business-and-work/employers/financial-support/helsinki-benefit-for-employers#contact-information"
}
}
},
Expand All @@ -34,7 +34,7 @@
"text": "Visit the City of Helsinki’s website for instructions and more information on completing the application form.",
"link": {
"title": "Read more about applying for the Helsinki benefit",
"url": "#"
"url": "https://www.hel.fi/en/business-and-work/employers/financial-support/helsinki-benefit-for-employers"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/benefit/common/src/emails/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"links": {
"aboutHelsinkiBenefit": {
"title": "Tietoa Helsinki-lisästä",
"url": "#"
"url": "https://www.hel.fi/fi/yritykset-ja-tyo/tyonantajat/taloudelliset-tuet/helsinki-lisa-tyonantajille"
},
"customerService": {
"title": "Asiakaspalvelu ja yhteystiedot",
"url": "#"
"url": "https://www.hel.fi/fi/yritykset-ja-tyo/tyonantajat/taloudelliset-tuet/helsinki-lisa-tyonantajille#yhteystiedot"
}
}
},
Expand All @@ -34,7 +34,7 @@
"text": "Ohjeet ja lisätietoa hakulomakkeen täyttämiseen löydät Helsingin kaupungin sivuilta.",
"link": {
"title": "Lue lisãä Helsinki-lisän hakemisesta",
"url": "#"
"url": "https://www.hel.fi/fi/yritykset-ja-tyo/tyonantajat/taloudelliset-tuet/helsinki-lisa-tyonantajille"
}
}
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/benefit/common/src/emails/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"links": {
"aboutHelsinkiBenefit": {
"title": "Information om Helsingforstillägget",
"url": "#"
"url": "https://www.hel.fi/sv/foretag-och-arbete/arbetsgivare/ekonomiska-stod/helsingforstillagget-for-arbetsgivare"
},
"customerService": {
"title": "Kundtjänst och kontaktuppgifter",
"url": "#"
"url": "https://www.hel.fi/sv/foretag-och-arbete/arbetsgivare/ekonomiska-stod/helsingforstillagget-for-arbetsgivare#kontaktuppgifter"
}
}
},
Expand All @@ -34,7 +34,7 @@
"text": "Anvisningar och ytterligare information om hur du ska fylla in ansökan hittar du på Helsingfors stads webbplats.",
"link": {
"title": "Läs mer om att ansöka om Helsingforstillägget",
"url": "#"
"url": "https://www.hel.fi/sv/foretag-och-arbete/arbetsgivare/ekonomiska-stod/helsingforstillagget-for-arbetsgivare"
}
}
},
Expand Down

0 comments on commit d123ad0

Please sign in to comment.