From f2c5db6c8202a7cab09384c1d2b691882d977ae0 Mon Sep 17 00:00:00 2001 From: Dixita Dusara Date: Wed, 30 Jan 2019 22:16:48 +0530 Subject: [PATCH] Fixed wording for the color picker saturation (#13479) Related: #13444 This pull request seeks to fix wording for the color picker saturation. Let me know if any changes require. Thank you, --- packages/components/src/color-picker/saturation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/src/color-picker/saturation.js b/packages/components/src/color-picker/saturation.js index 8e86655025e920..90c6f8661bb90b 100644 --- a/packages/components/src/color-picker/saturation.js +++ b/packages/components/src/color-picker/saturation.js @@ -175,7 +175,7 @@ export class Saturation extends Component { className="screen-reader-text" id={ `color-picker-saturation-${ instanceId }` }> { __( - 'Use your arrow keys to change the base color. Move up to lighten the color, down to darken, left to increase saturation, and right to decrease saturation.' + 'Use your arrow keys to change the base color. Move up to lighten the color, down to darken, left to decrease saturation, and right to increase saturation.' ) }