Files
zulip/web/templates/stream_settings/announce_stream_checkbox.hbs
Lauryn Menard 500f476de9 help: Rename and redirect change-the-stream-description for channel.
This also contains in-file edits for help/message-retention-policy.md,
help/create-a-channel.md, and help/configure-automated-notices.md.
2024-05-03 13:05:54 -07:00

14 lines
473 B
Handlebars

<label class="checkbox">
<input type="checkbox" name="announce" value="announce" checked />
<span></span>
{{t "Announce new channel in"}}
{{#if new_stream_announcements_stream_sub}}
<strong>
{{> ../inline_decorated_stream_name
stream=new_stream_announcements_stream_sub
}}
</strong>
{{/if}}
{{> ../help_link_widget link="/help/configure-automated-notices#new-channel-announcements"}}
</label>