diff --git a/app/(gcforms)/[locale]/(support)/contact/components/client/ContactForm.tsx b/app/(gcforms)/[locale]/(support)/contact/components/client/ContactForm.tsx index 580cbce021..74e6526b26 100644 --- a/app/(gcforms)/[locale]/(support)/contact/components/client/ContactForm.tsx +++ b/app/(gcforms)/[locale]/(support)/contact/components/client/ContactForm.tsx @@ -60,7 +60,7 @@ export const ContactForm = () => { )}

{t("contactus.title")}

-

{t("contactus.useThisForm")}

+

{t("contactus.useThisForm")}

{t("contactus.gcFormsTeamPart1")}{" "} @@ -119,7 +119,7 @@ export const ContactForm = () => { error={getError("request")} /> -

+
@@ -134,8 +134,8 @@ export const ContactForm = () => { error={getError("description")} />
-

{t("contactus.followUp")}

-
+

{t("contactus.followUp")}

+
@@ -147,7 +147,7 @@ export const ContactForm = () => { error={getError("name")} />
-
+
@@ -160,7 +160,7 @@ export const ContactForm = () => { error={getError("email")} />
-
+
@@ -172,7 +172,7 @@ export const ContactForm = () => { error={getError("department")} />
-
+
@@ -184,7 +184,7 @@ export const ContactForm = () => { error={getError("branch")} />
-
+
diff --git a/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx b/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx index 02014dcee7..575451baab 100644 --- a/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx +++ b/app/(gcforms)/[locale]/(support)/support/components/client/SupportForm.tsx @@ -60,7 +60,7 @@ export const SupportForm = () => { )}

{t("support.title")}

-

+

{t("support.experience")} {t("support.guidanceLink")} @@ -87,7 +87,7 @@ export const SupportForm = () => { )} -

+
@@ -99,7 +99,7 @@ export const SupportForm = () => { error={getError("name")} />
-
+
@@ -146,7 +146,7 @@ export const SupportForm = () => { error={getError("request")} /> -
+
@@ -156,7 +156,7 @@ export const SupportForm = () => {