We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b77940 commit c3db69dCopy full SHA for c3db69d
1 file changed
src/components/color-schemes-help/index.js
@@ -13,7 +13,7 @@ export const ColorSchemesHelp = () => {
13
14
return <p>
15
{ __( 'Change the color scheme.', i18n ) }
16
- <Button variant="link" onClick={ onClick }> { __( 'Manage', i18n ) } </Button>
+ <Button variant="link" onClick={ onClick }> { __( ' Manage', i18n ) } </Button>
17
{ __( ' your color schemes.', i18n ) }
18
</p>
19
}
0 commit comments