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