Skip to content
Snippets Groups Projects
Unverified Commit 551c5475 authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Lint

parent 76083252
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ const ImportModal = ({intl, ...props}) => ( ...@@ -51,7 +51,7 @@ const ImportModal = ({intl, ...props}) => (
)} )}
> >
<CloseButton <CloseButton
buttonType='back' buttonType="back"
size={CloseButton.SIZE_LARGE} size={CloseButton.SIZE_LARGE}
onClick={props.onGoBack} onClick={props.onGoBack}
/> />
...@@ -98,9 +98,9 @@ const ImportModal = ({intl, ...props}) => ( ...@@ -98,9 +98,9 @@ const ImportModal = ({intl, ...props}) => (
onClick={props.onViewProject} onClick={props.onViewProject}
> >
<FormattedMessage <FormattedMessage
defaultMessage='View' defaultMessage="View"
description='Label for button to load a scratch 2.0 project' description="Label for button to load a scratch 2.0 project"
id='gui.importModal.viewproject' id="gui.importModal.viewproject"
/> />
</button> </button>
</Box> </Box>
...@@ -118,17 +118,17 @@ const ImportModal = ({intl, ...props}) => ( ...@@ -118,17 +118,17 @@ const ImportModal = ({intl, ...props}) => (
onClick={props.onGoBack} onClick={props.onGoBack}
> >
<FormattedMessage <FormattedMessage
defaultMessage='Go Back' defaultMessage="Go Back"
description='Label for button to back out of importing a project' description="Label for button to back out of importing a project"
id='gui.importInfo.goback' id="gui.importInfo.goback"
/> />
</button> </button>
</Box> </Box>
<Box className={styles.faqLinkText}> <Box className={styles.faqLinkText}>
<FormattedMessage <FormattedMessage
defaultMessage='To learn more, go to the {previewFaqLink}.' defaultMessage="To learn more, go to the {previewFaqLink}."
description='Invitation to try 3.0 preview' description="Invitation to try 3.0 preview"
id='gui.importInfo.previewfaq' id="gui.importInfo.previewfaq"
values={{ values={{
previewFaqLink: ( previewFaqLink: (
<a <a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment