We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aea61d commit 7c9ffacCopy full SHA for 7c9ffac
src/components/color-schemes-help/index.js
@@ -31,7 +31,8 @@ export const ColorSchemesHelp = () => {
31
}
32
33
return <>
34
- <span>{ __( 'Change the color scheme. ', i18n ) }</span>
+ <span>{ __( 'Change the color scheme.', i18n ) }</span>
35
+
36
<Link onClick={ onClick }> { __( 'Manage your color schemes.', i18n ) } </Link>
37
</>
38
0 commit comments