diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 4f60584be..cc28c5878 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -9810,6 +9810,14 @@ "messageformat": "Custom Color", "description": "Modal title for the custom color editor" }, + "icu:GradientDial__knob-start": { + "messageformat": "Gradient start", + "description": "aria-label for the custom color gradient creator knob" + }, + "icu:GradientDial__knob-end": { + "messageformat": "Gradient end", + "description": "aria-label for the custom color gradient creator knob" + }, "customDisappearingTimeOption": { "message": "Custom time...", "description": "(deleted 03/29/2023) Text for an option in Disappearing Messages menu and Conversation Details Disappearing Messages setting when no user value is available" diff --git a/ts/components/CustomColorEditor.tsx b/ts/components/CustomColorEditor.tsx index 9e65e7be5..16e6a7730 100644 --- a/ts/components/CustomColorEditor.tsx +++ b/ts/components/CustomColorEditor.tsx @@ -99,6 +99,7 @@ export function CustomColorEditor({
unknown; @@ -187,6 +189,7 @@ function getKnobCoordinates( export function GradientDial({ deg = 180, + i18n, knob1Style, knob2Style, onChange, @@ -274,7 +277,7 @@ export function GradientDial({
{knobDim.start && (