Skip to content

Commit

Permalink
chore: Add Guidance link from support form (#3982)
Browse files Browse the repository at this point in the history
* guidance link from support form

* Update SupportForm.tsx

* Update i18n/translations/en/form-builder.json

* Update i18n/translations/fr/form-builder.json

* Update app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx

* Update i18n/translations/en/form-builder.json

* Update app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx

* Update SupportForm.tsx

* Update app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx

* Update SupportForm.tsx
  • Loading branch information
anikbrazeau authored Jul 12, 2024
1 parent 1975c77 commit cc6eced
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ export const SupportForm = () => {
)}

<h1>{t("support.title")}</h1>
<p className="mb-6 mt-[-2rem] text-[1.6rem]">{t("support.useThisForm")}</p>
<p className="mb-6 mt-[-2rem] text-[1.6rem]">
{t("support.experience")}
<Link href={`https://articles.alpha.canada.ca/forms-formulaires/${language}/guidance`}>{t("support.guidanceLink")}</Link>
{t("support.useThisForm")}
</p>
<p className="mb-14">
{t("support.gcFormsTeamPart1")}{" "}
<Link href={`https://www.canada.ca/${language}/contact.html`}>
Expand Down
4 changes: 3 additions & 1 deletion i18n/translations/en/form-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,9 @@
"title": "Reason for reaching out"
},
"title": "Get support",
"useThisForm": "Use this form if you experience technical issues with GC Forms.",
"experience": "Explore our ",
"guidanceLink": "guidance articles",
"useThisForm": " or get technical help from our team through this form.",
"errors": {
"submissionError": "Something went wrong. Please try again later."
}
Expand Down
6 changes: 4 additions & 2 deletions i18n/translations/fr/form-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,9 @@
"title": "Raison pour laquelle vous nous contactez"
},
"title": "Obtenir du soutien",
"useThisForm": "Utilisez ce formulaire pour obtenir du soutien pour tout problème technique avec Formulaires GC.",
"experience": "Explorer nos ",
"guidanceLink": "guides de références",
"useThisForm": " ou obtenez du soutien de notre équipe en remplissant ce formulaire.",
"errors": {
"submissionError": "Il y a eu une erreur. Veuillez réessayer plus tard."
}
Expand Down Expand Up @@ -927,7 +929,7 @@
"item3": "Informations de contact pour un suivi ou pour en savoir plus sur le formulaire"
},
"buttonDescription": "Un bouton de sortie renvoie les personnes vers le site Web de l'organisation correspondant à l'image de marque du formulaire.",
"buttonLabel": "Personnalisez la destination du bouton en copiant-collant un lien plus pertinent ci-dessous :"
"buttonLabel": "Personnalisez la destination du bouton en copiant-collant un lien plus pertinent ci-dessous :"
}
},
"groups": {
Expand Down

0 comments on commit cc6eced

Please sign in to comment.