Minor edits to copy - Fixes #1572 (#1574)

* Minor edits
* Fix `intl:compile-en` and the `intl:extract`
This commit is contained in:
TomNUSDS 2022-04-19 10:21:59 -07:00 committed by GitHub
commit 5c0e6e8096
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 3109 additions and 966 deletions

View file

@ -17,8 +17,6 @@ export const simpleLink = (href:string) => (str:string) => <a href={href}>{str}<
// eslint-disable-next-line max-len
export const linkFn = (to:string, isInternal:boolean, isOpenNewTab:boolean) => (str:string) => <LinkTypeWrapper linkText={str} internal={isInternal} url={to} openUrlNewTab={isOpenNewTab}/>;
export const RFI_LINK = `https://www.federalregister.gov/d/2022-03920`;
export const FEEDBACK_EMAIL = 'Screeningtool-Support@omb.eop.gov';
// Beta Banner
@ -141,7 +139,7 @@ export const FOOTER = defineMessages({
},
RFI_LINK: {
id: 'common.pages.footer.rfi.link',
defaultMessage: RFI_LINK,
defaultMessage: 'https://www.federalregister.gov/d/2022-03920',
description: 'Navigate to the about page. This is Footer rfi link',
},
WHITEHOUSE: {