mirror of https://github.com/zulip/zulip.git
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:
parent
13c3eaf086
commit
3aa74b67a0
|
@ -100,7 +100,7 @@ exports.sidebar_popover_colorpicker_options_full = {
|
|||
showInput: true,
|
||||
flat: true,
|
||||
cancelText: "",
|
||||
chooseText: "choose",
|
||||
chooseText: i18n.t("Confirm"),
|
||||
palette: stream_color_palette,
|
||||
change: picker_do_change_color,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue