mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -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}>
|
||||
<span className={styles.labelName}>
|
||||
<FormattedMessage
|
||||
defaultMessage="Hue"
|
||||
defaultMessage="Color"
|
||||
description="Label for the hue component in the color picker"
|
||||
id="paint.paintEditor.hue"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue