mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 01:54:19 -07:00
Spanish work (#1620)
* Spanish work * contact fix * dataset translations
This commit is contained in:
parent
79b09e39e6
commit
94af70ea57
11 changed files with 2234 additions and 2196 deletions
|
@ -36,18 +36,18 @@ const ContactPage = ({location}: IContactPageProps) => {
|
|||
</h2>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
id={CONTACT_COPY.CONTACT_VIA_EMAIL.ID}
|
||||
description={CONTACT_COPY.CONTACT_VIA_EMAIL.DESCRIPTION}
|
||||
defaultMessage={CONTACT_COPY.CONTACT_VIA_EMAIL.DEFAULT_MESSAGE}
|
||||
id={'contact.page.general'}
|
||||
description={'Contact page body text'}
|
||||
defaultMessage={`For general feedback, email {general_email_address}.`}
|
||||
values={{
|
||||
general_email_address:
|
||||
<LinkTypeWrapper
|
||||
linkText= {COMMON_COPY.FEEDBACK_EMAIL}
|
||||
internal= {false}
|
||||
url= {`mailto:${COMMON_COPY.FEEDBACK_EMAIL}`}
|
||||
openUrlNewTab= {true}
|
||||
/>,
|
||||
}}/>
|
||||
<LinkTypeWrapper
|
||||
linkText={COMMON_COPY.FEEDBACK_EMAIL}
|
||||
internal={false}
|
||||
url={`mailto:${COMMON_COPY.FEEDBACK_EMAIL}`}
|
||||
openUrlNewTab={true}
|
||||
/>,
|
||||
}} />
|
||||
</p>
|
||||
<h3>{CONTACT_COPY.CENSUS_TRACT_FEEDBACK.TITLE}</h3>
|
||||
<p>{CONTACT_COPY.CENSUS_TRACT_FEEDBACK.PARAGRAPH1}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue