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

Mistook where to put title

parent d6b6fb9f
Branches
Tags
No related merge requests found
...@@ -45,10 +45,10 @@ const PreviewModal = ({intl, ...props}) => ( ...@@ -45,10 +45,10 @@ const PreviewModal = ({intl, ...props}) => (
<button <button
className={styles.noButton} className={styles.noButton}
onClick={props.onCancel} onClick={props.onCancel}
title={intl.formatMessage({defaultMessage: "Not Now", description: "Tooltip for Not Now button", id: "gui.previewModal.notnowtooltip"})}
> >
<FormattedMessage <FormattedMessage
defaultMessage="Not Now" defaultMessage="Not Now"
title={intl.formatMessage({defaultMessage: "Not Now", description: "Tooltip for Not Now button", id: "gui.previewModal.notnowtooltip"})}
description="Label for button to back out of trying Scratch 3.0 preview" description="Label for button to back out of trying Scratch 3.0 preview"
id="gui.previewInfo.notnow" id="gui.previewInfo.notnow"
/> />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment