Skip to content

Commit 678ff69

Browse files
committed
move space
1 parent c3db69d commit 678ff69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/components/color-schemes-help

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const ColorSchemesHelp = () => {
1212
}
1313

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

0 commit comments

Comments
 (0)