Fix copy bugs and update en.json for spanish translators (#746)

* update copy bugs

- updates snapshots

* Update intl en.json

- remove duplicate ids
This commit is contained in:
Vim 2021-09-23 13:06:26 -07:00 committed by GitHub
commit c99677f9b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 362 additions and 118 deletions

View file

@ -133,7 +133,7 @@ const IndexPage = ({location}: IndexPageProps) => {
<AboutCard
size={'small'}
imgSrc={githubIcon}
header={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.SEND_FEEDBACK_HEADING)}
header={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.JOIN_OSC_HEADING)}
linkText={intl.formatMessage(ABOUT_COPY.GET_INVOLVED.JOIN_OSC_LINK_TEXT)}
url={ABOUT_COPY.GITHUB_LINK}
openUrlNewTab={true}