We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1f3ba commit 699706eCopy full SHA for 699706e
packages/scratch-gui/src/components/stage-header/stage-header.jsx
@@ -169,7 +169,7 @@ const StageHeaderComponent = function (props) {
169
<div className={styles.rightSection}>
170
{manuallySaveThumbnails && (
171
<Button
172
- aria-label={props.intl.formatMessage(messages.setThumbnail)}
+ aria-label={intl.formatMessage(messages.setThumbnail)}
173
className={styles.setThumbnailButton}
174
onClick={onUpdateThumbnail}
175
>
0 commit comments