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:
Sanskar Bajpai
2020-05-25 20:16:09 +05:30
committed by Tim Abbott
parent 13c3eaf086
commit 3aa74b67a0

View File

@@ -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,
};