mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
Change "Hue" to "Color" in color picker
This commit is contained in:
parent
3fd72e775d
commit
0bc3f12475
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class ColorPickerComponent extends React.Component {
|
||||||
<div className={styles.rowHeader}>
|
<div className={styles.rowHeader}>
|
||||||
<span className={styles.labelName}>
|
<span className={styles.labelName}>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
defaultMessage="Hue"
|
defaultMessage="Color"
|
||||||
description="Label for the hue component in the color picker"
|
description="Label for the hue component in the color picker"
|
||||||
id="paint.paintEditor.hue"
|
id="paint.paintEditor.hue"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue