mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
settings_org: Change text for inaccessible announcement stream.
This commit is contained in:
@@ -1164,7 +1164,7 @@ export function init_dropdown_widgets() {
|
|||||||
const disabled_option = {
|
const disabled_option = {
|
||||||
is_setting_disabled: true,
|
is_setting_disabled: true,
|
||||||
unique_id: DISABLED_STATE_ID,
|
unique_id: DISABLED_STATE_ID,
|
||||||
name: $t({defaultMessage: "Disabled"}),
|
name: $t({defaultMessage: "Cannot view stream"}),
|
||||||
};
|
};
|
||||||
|
|
||||||
options.unshift(disabled_option);
|
options.unshift(disabled_option);
|
||||||
|
|||||||
Reference in New Issue
Block a user