i18n: french color label

Translate the remaining English "Color" label in the edit panel's
colour picker to "Couleur", matching the already-French controls
("Tourner", "Créer"/"Modifier").
This commit is contained in:
L'électron rare
2026-06-13 18:56:44 +02:00
parent e3594c9ea2
commit e31c9095e7
+1 -1
View File
@@ -20,7 +20,7 @@ export const ColorInput = () => {
return (
<div className="SliderInputContainer">
<label className="SliderLabel">Color</label>
<label className="SliderLabel">Couleur</label>
<HexColorPicker color="#000000" onChange={debouncesetColor} />
</div>
);