mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
capitalization: Fix waiting period threshold changed.
This commit is contained in:
@@ -725,7 +725,7 @@ function _setup_page() {
|
||||
}
|
||||
if (response_data.waiting_period_threshold !== undefined) {
|
||||
if (response_data.waiting_period_threshold > 0) {
|
||||
ui.report_success(i18n.t("waiting period threshold changed!"), waiting_period_threshold_status);
|
||||
ui.report_success(i18n.t("Waiting period threshold changed!"), waiting_period_threshold_status);
|
||||
}
|
||||
}
|
||||
// Check if no changes made
|
||||
|
||||
Reference in New Issue
Block a user