Skip to content

Commit

Permalink
Fixed wording for the color picker saturation (#13479)
Browse files Browse the repository at this point in the history
Related: #13444 

This pull request seeks to fix wording for the color picker saturation.

Let me know if any changes require.

Thank you,
  • Loading branch information
dixitadusara authored and youknowriad committed Mar 6, 2019
1 parent 662853b commit ec3c9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/color-picker/saturation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
) }
</div>
</div>
Expand Down

0 comments on commit ec3c9c8

Please sign in to comment.