Fix typos found in en.json files and copy (#1648)

This commit is contained in:
Vim 2022-05-17 13:22:57 -04:00 committed by GitHub
commit 85ffb1b6b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 181 additions and 181 deletions

View file

@ -6,11 +6,11 @@ export const PAGE_INTRO = defineMessages({
PAGE_TILE: {
id: 'faqs.page.title.text',
defaultMessage: 'Frequently asked questions',
description: 'Navigate to the the FAQs page, this will be the page title text',
description: 'Navigate to the FAQs page, this will be the page title text',
},
COMING_SOON: {
id: 'faqs.page.coming.soon.text',
defaultMessage: 'Coming Soon!',
description: 'Navigate to the the FAQs page, this will be the page coming soon text',
description: 'Navigate to the FAQs page, this will be the page coming soon text',
},
});