Skip to content

Commit

Permalink
chore: fix links for health and edu (#2122)
Browse files Browse the repository at this point in the history
* chore: fix links for health and edu

* chore: copy changes
  • Loading branch information
gweiying authored Dec 6, 2022
1 parent 8a90643 commit b142fb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions public/locales/edu/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"builtBy": "Built by Open Government Products"
},
"homePage": {
"targetUsersPhrase": "(with an email from $t(general.emailDomain))",
"targetUsersPhrase": "(from <strong><a href='https://guide.for.edu.sg/#who-can-use-foredusg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #48426D;'>selected institutions</a></strong>)",
"features": {
"antiPhishing": {
"description": "Shorten your links with a trustworthy $t(general.appTitle) domain, so your users know they are from an education officer."
Expand All @@ -57,7 +57,7 @@
}
},
"login": {
"whitelistPhrase": "Only available for use by $t(general.officerType) with an email from <strong>$t(general.emailDomain)</strong>.",
"whitelistPhrase": "Only available for use by educational institutions listed <strong><a href='https://guide.for.edu.sg/#who-can-use-foredusg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #48426D;'>here</a></strong>.",
"referrals": {
"1": {
"officerPhrase": "Public officers",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/health/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"builtBy": "Built by Open Government Products"
},
"homePage": {
"targetUsersPhrase": "(from <strong><a href='https://guide.for.sg/#who-can-use-for.sg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #6D4559;'>selected institutions</a></strong>)",
"targetUsersPhrase": "(from <strong><a href='https://guide.for.sg/#who-can-use-forsg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #6D4559;'>selected institutions</a></strong>)",
"features": {
"antiPhishing": {
"description": "Shorten your links with a trustworthy $t(general.appTitle) domain, so your users know they are from a healthcare professional."
Expand All @@ -57,7 +57,7 @@
}
},
"login": {
"whitelistPhrase": "Only available for use by healthcare institutions listed <strong><a href='https://guide.for.sg/#who-can-use-for.sg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #6D4559;'>here</a></strong>.",
"whitelistPhrase": "Only available for use by healthcare institutions listed <strong><a href='https://guide.for.sg/#who-can-use-forsg' target='_blank' rel='noreferrer' style='text-decoration:underline; color: #6D4559;'>here</a></strong>.",
"referrals": {
"1": {
"officerPhrase": "Staff from selected schools",
Expand Down
6 changes: 3 additions & 3 deletions src/client/app/components/BaseLayout/BaseLayoutHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const BaseLayoutHeader: FunctionComponent<BaseLayoutHeaderProps> = ({
icon: feedbackIcon,
},
{
text: 'FAQ',
text: 'Guide',
link: i18next.t('general.links.faq'),
public: true,
icon: helpIcon,
Expand All @@ -177,14 +177,14 @@ const BaseLayoutHeader: FunctionComponent<BaseLayoutHeaderProps> = ({
icon: githubIcon,
},
{
text: 'FAQ',
text: 'Guide',
link: i18next.t('general.links.faq'),
public: false,
icon: helpIcon,
mobileOrder: 4,
},
{
text: 'Help us improve',
text: 'Send us feedback',
link: i18next.t('general.links.contact'),
public: false,
icon: feedbackIcon,
Expand Down

0 comments on commit b142fb2

Please sign in to comment.