Skip to content

Commit 7c9ffac

Browse files
authored
Update src/components/color-schemes-help/index.js
1 parent 4aea61d commit 7c9ffac

File tree

1 file changed

+2
-1
lines changed
  • src/components/color-schemes-help

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export const ColorSchemesHelp = () => {
3131
}
3232

3333
return <>
34-
<span>{ __( 'Change the color scheme. ', i18n ) }</span>
34+
<span>{ __( 'Change the color scheme.', i18n ) }</span>
35+
&nbsp;
3536
<Link onClick={ onClick }> { __( 'Manage your color schemes.', i18n ) } </Link>
3637
</>
3738
}

0 commit comments

Comments
 (0)