mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
stream_color: Rename the color picker button to confirm.
Tweaked by tabbott to add i18n tags. Fixes part of #15039.
This commit is contained in:
committed by
Tim Abbott
parent
13c3eaf086
commit
3aa74b67a0
@@ -100,7 +100,7 @@ exports.sidebar_popover_colorpicker_options_full = {
|
|||||||
showInput: true,
|
showInput: true,
|
||||||
flat: true,
|
flat: true,
|
||||||
cancelText: "",
|
cancelText: "",
|
||||||
chooseText: "choose",
|
chooseText: i18n.t("Confirm"),
|
||||||
palette: stream_color_palette,
|
palette: stream_color_palette,
|
||||||
change: picker_do_change_color,
|
change: picker_do_change_color,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user