settings_display: Change two "!" to one.

There is an extra exclamation mark in the ui response for changing
the emojiset, which has been removed.
This commit is contained in:
Brock Whittaker 2018-01-03 09:11:20 -08:00 committed by showell
parent a49fd44612
commit d026ad4678
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ exports.report_emojiset_change = function () {
if ($("#display-settings-status").length) {
loading.destroy_indicator($("#emojiset_spinner"));
$("#emojiset_select").val(page_params.emojiset);
ui_report.success(i18n.t("Emojiset changed successfully!!"),
ui_report.success(i18n.t("Emojiset changed successfully!"),
$('#display-settings-status').expectOne());
}
}