-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Remove survey link from the contact page. Fixes Issue #2245. * Add back whitespace to pass snapshot testing
- Loading branch information
Showing
9 changed files
with
20 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,7 +271,7 @@ export const HOW_YOU_CAN_HELP_LIST_ITEMS = { | |
/>, | ||
LIST_ITEM_4: <FormattedMessage | ||
id={'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 <link2>form</link2> . Otherwise, email: <link1>[email protected]</link1>.`} | ||
defaultMessage={`Any other questions? Email: <link1>[email protected]</link1>.`} | ||
description={`Navigate to the about page. You will see How you can help list item 3`} | ||
values={{ | ||
link1: linkFn(PAGES_ENDPOINTS.METHODOLOGY, true, false), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <link2>form</link2> . Otherwise, email: <link1>[email protected]</link1>.", | ||
"defaultMessage": "Any other questions? Email: <link1>[email protected]</link1>.", | ||
"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 <link1>this form</link1>.", | ||
"description": "Navigate to the survey. Spanish should substitute <link2> 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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters