diff --git a/client/src/components/HowYouCanHelp/tests/__snapshots__/howYouCanHelp.test.tsx.snap b/client/src/components/HowYouCanHelp/tests/__snapshots__/howYouCanHelp.test.tsx.snap
index 7e0ff5274..054df625b 100644
--- a/client/src/components/HowYouCanHelp/tests/__snapshots__/howYouCanHelp.test.tsx.snap
+++ b/client/src/components/HowYouCanHelp/tests/__snapshots__/howYouCanHelp.test.tsx.snap
@@ -34,17 +34,7 @@ exports[`rendering of the HowYouCanHelp checks if various text fields are visibl
.
- Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this
-
- form
-
- . Otherwise, email:
+ Any other questions? Email:
,
LIST_ITEM_4: form . Otherwise, email: Screeningtool-Support@omb.eop.gov.`}
+ defaultMessage={`Any other questions? Email: Screeningtool-Support@omb.eop.gov.`}
description={`Navigate to the about page. You will see How you can help list item 3`}
values={{
link1: linkFn(PAGES_ENDPOINTS.METHODOLOGY, true, false),
diff --git a/client/src/data/copy/contact.tsx b/client/src/data/copy/contact.tsx
index ad2b03898..651c5ad10 100644
--- a/client/src/data/copy/contact.tsx
+++ b/client/src/data/copy/contact.tsx
@@ -75,17 +75,17 @@ export const CENSUS_TRACT_FEEDBACK = {
// `}
// description={'Navigate to the contact page, this is the census tract feedback section'}
// />,
- PARAGRAPH3: this form.
- `}
- description={'Navigate to the survey. Spanish should substitute to get Spanish link! Already coded to support'}
- values={{
- link1: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
- link1es: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/CGTH5P7', false, true),
- }}
- />,
+ // PARAGRAPH3: this form.
+ // `}
+ // description={'Navigate to the survey. Spanish should substitute to get Spanish link! Already coded to support'}
+ // values={{
+ // link1: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/5LZ7MNB', false, true),
+ // link1es: COMMON_COPY.linkFn('https://www.surveymonkey.com/r/CGTH5P7', false, true),
+ // }}
+ // />,
};
diff --git a/client/src/intl/en.json b/client/src/intl/en.json
index 6eabec5da..3d9ab074d 100644
--- a/client/src/intl/en.json
+++ b/client/src/intl/en.json
@@ -36,7 +36,7 @@
"description": "Navigate to the about page. You will see How you can help list item 3"
},
"about.page.how.you.can.help.list.item.4": {
- "defaultMessage": "Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this form . Otherwise, email: Screeningtool-Support@omb.eop.gov.",
+ "defaultMessage": "Any other questions? Email: Screeningtool-Support@omb.eop.gov.",
"description": "Navigate to the about page. You will see How you can help list item 3"
},
"about.page.how.you.can.help.para.1": {
@@ -259,16 +259,12 @@
"defaultMessage": "https://static-data-screeningtool.geoplatform.gov/data-pipeline/data/score/downloadable/cejst_technical_support_document.pdf",
"description": "Navigate to the Alerts on any page. This will be the link to the techinical support document."
},
- "contact.page.census.tract.feedback.para3": {
- "defaultMessage": "The best way to contact the Council on Environmental Quality (CEQ) is by filling out this form.",
- "description": "Navigate to the survey. Spanish should substitute to get Spanish link! Already coded to support"
- },
"contact.page.fab.survey.text": {
"defaultMessage": "Help improve the tool",
"description": "Navigate to the contact page, this is the text for floating action button"
},
"contact.page.general": {
- "defaultMessage": "Otherwise, email CEQ at: {general_email_address}.",
+ "defaultMessage": "Email CEQ at: {general_email_address}.",
"description": "Contact page body text"
},
"contact.page.header.text": {
diff --git a/client/src/intl/es.json b/client/src/intl/es.json
index 4d277228d..94b5188d4 100644
--- a/client/src/intl/es.json
+++ b/client/src/intl/es.json
@@ -67,7 +67,7 @@
"contact.page.census.tract.feedback.para3": "La mejor forma de ponerse en contacto con el Consejo sobre la Calidad del Medio Ambiente (CEQ, por sus siglas en ingles) es al completar este formulario.",
"contact.page.fab.survey.link": "https://www.surveymonkey.com/r/P3LWTSB",
"contact.page.fab.survey.text": "Ayude a mejorar la herramienta",
- "contact.page.general": "De lo contrario, envíe un correo electrónico al CEQ a: {general_email_address}.",
+ "contact.page.general": "Envíe un correo electrónico al CEQ a: {general_email_address}.",
"contact.page.header.text": "Contacto",
"contact.page.request.for.info.box.body": "El periodo de Solicitud de información en el Registro Federal para el periodo de la versión beta abierto al público se cerró el {rfiExpDate}.",
"contact.page.request.for.info.box.title": "Solicitud de información",
diff --git a/client/src/intl/es_3.17.23-translated-final.json b/client/src/intl/es_3.17.23-translated-final.json
index 6b6533f25..c87c3b4dd 100644
--- a/client/src/intl/es_3.17.23-translated-final.json
+++ b/client/src/intl/es_3.17.23-translated-final.json
@@ -264,7 +264,7 @@
"description": "Navegue a la página Contacto, este es el texto para el botón circular flotante."
},
"contact.page.general": {
- "defaultMessage": "De lo contrario, envíe un correo electrónico al CEQ a: {general_email_address}.",
+ "defaultMessage": "Envíe un correo electrónico al CEQ a: {general_email_address}.",
"description": "Texto del cuerpo de la página Contacto."
},
"contact.page.header.text": {
diff --git a/client/src/pages/contact.tsx b/client/src/pages/contact.tsx
index 518511a18..b363af74d 100644
--- a/client/src/pages/contact.tsx
+++ b/client/src/pages/contact.tsx
@@ -34,12 +34,11 @@ const ContactPage = ({location}: IContactPageProps) => {
{intl.formatMessage(CONTACT_COPY.PAGE_INTRO.PAGE_SUB_HEADING)}
- {CONTACT_COPY.CENSUS_TRACT_FEEDBACK.PARAGRAPH3}
- Any other questions? The best way to contact the Council on Environmental Quality (CEQ) is by filling out this
-
- form
-
- . Otherwise, email:
+ Any other questions? Email:
-
- The best way to contact the Council on Environmental Quality (CEQ) is by filling out
-
- this form
-
- .
-
-
-
- Otherwise, email CEQ at:
+ Email CEQ at: