diff --git a/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx b/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx index 4571b64741..ddc377e668 100644 --- a/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx +++ b/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx @@ -54,7 +54,11 @@ export const SupportForm = () => { )}

{t("support.title")}

-

{t("support.useThisForm")}

+

+ {t("support.experience")} + {t("support.guidanceLink")} + {t("support.useThisForm")} +

{t("support.gcFormsTeamPart1")}{" "} diff --git a/i18n/translations/en/form-builder.json b/i18n/translations/en/form-builder.json index cb10c03945..ee8a786ecf 100644 --- a/i18n/translations/en/form-builder.json +++ b/i18n/translations/en/form-builder.json @@ -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." } diff --git a/i18n/translations/fr/form-builder.json b/i18n/translations/fr/form-builder.json index 3dfd07fbf5..5b3a98bbfe 100644 --- a/i18n/translations/fr/form-builder.json +++ b/i18n/translations/fr/form-builder.json @@ -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." } @@ -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": {