Skip to content

Commit c3db69d

Browse files
committed
add space
1 parent 3b77940 commit c3db69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/components/color-schemes-help

src/components/color-schemes-help/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const ColorSchemesHelp = () => {
1313

1414
return <p>
1515
{ __( 'Change the color scheme.', i18n ) }
16-
<Button variant="link" onClick={ onClick }> { __( 'Manage', i18n ) } </Button>
16+
<Button variant="link" onClick={ onClick }> { __( ' Manage', i18n ) } </Button>
1717
{ __( ' your color schemes.', i18n ) }
1818
</p>
1919
}

0 commit comments

Comments
 (0)