mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-03 12:34:18 -07:00
Add TSD and RFI to alert, add link to download slides and reverse events in PEC (#1633)
* Add TSD link to alert - refactor LinkTypeWrapper API to take a defineMessage as URL - remove legacy console.log statements - update snapshots * Add slides under YouTube link * Render events in DESC order on PEC * Add RFI to alert and update snapshots
This commit is contained in:
parent
1293a52b18
commit
bed73dd8d7
19 changed files with 468 additions and 281 deletions
|
@ -92,7 +92,7 @@
|
|||
"description": "Navigate to the About page. This is the about page title text"
|
||||
},
|
||||
"common.pages.alerts.additional_docs_available.description": {
|
||||
"defaultMessage": "Download new technical support and other documentation and <link2>send feedback</link2>.",
|
||||
"defaultMessage": "Download new <link1>technical support</link1> and other documentation and <link2>send feedback</link2>.",
|
||||
"description": "Alert title that appears at the top of pages."
|
||||
},
|
||||
"common.pages.alerts.census.tract.title": {
|
||||
|
@ -100,7 +100,7 @@
|
|||
"description": "Navigate to any page. This the title of the alert that informs the user that new census tract information is available"
|
||||
},
|
||||
"common.pages.alerts.public_comment_period.description": {
|
||||
"defaultMessage": "The public comment period for <link1>sending feedback</link1> has been extended to {expDate1}.",
|
||||
"defaultMessage": "The public comment period for <link1>sending feedback</link1> via the Request for Information has been extended to {expDate1}.",
|
||||
"description": "Alert body that appears on landing page."
|
||||
},
|
||||
"common.pages.alerts.public_comment_period.title": {
|
||||
|
@ -231,6 +231,10 @@
|
|||
"defaultMessage": "Technical Support Document",
|
||||
"description": "Navigate to the about page. This is Header navigate item to the technical support document page"
|
||||
},
|
||||
"common.pages.tsd.url": {
|
||||
"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.para1": {
|
||||
"defaultMessage": "To provide feedback about a specific census tract, either select the send feedback button after selecting a census tract on the <link1>Explore the map</link1> page or use the email address provided above. Please include the census tract ID, county, and state or territory information, in addition to your feedback.",
|
||||
"description": "Navigate to the contact page, this is the census tract feedback section"
|
||||
|
@ -1487,14 +1491,22 @@
|
|||
"defaultMessage": "Watch a recorded version of the CEJST training on YouTube.",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is that box body text."
|
||||
},
|
||||
"public.eng.page.video.box.button.img.alt.text": {
|
||||
"public.eng.page.video.box.button.img.alt.text1": {
|
||||
"defaultMessage": "the icon to show that this button will open in a new tab",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is alt tag of the image in the button."
|
||||
},
|
||||
"public.eng.page.video.box.button.text": {
|
||||
"public.eng.page.video.box.button.img.alt.text2": {
|
||||
"defaultMessage": "the icon to show that this button will download the file",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is alt tag of the image in the 2nd button."
|
||||
},
|
||||
"public.eng.page.video.box.button1.text": {
|
||||
"defaultMessage": "Watch on YouTube",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is that box button text."
|
||||
},
|
||||
"public.eng.page.video.box.button2.text": {
|
||||
"defaultMessage": "Download slide deck",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is the button text for the second button."
|
||||
},
|
||||
"public.eng.page.video.box.title.text": {
|
||||
"defaultMessage": "Can't make an upcoming session?",
|
||||
"description": "Navigate to the the public engagement page, there will be box that allows users to watch previously recorded videos. This is that box title text."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue