mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +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,
|
||||
flat: true,
|
||||
cancelText: "",
|
||||
chooseText: "choose",
|
||||
chooseText: i18n.t("Confirm"),
|
||||
palette: stream_color_palette,
|
||||
change: picker_do_change_color,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user