Files
zulip/web/templates/stream_settings/announce_stream_checkbox.hbs
joseph 8332c7d93b settings: Refactor the labels in stream settings.
This commit changes refactors all the labels in stream settings and
corrects the attribute values to fix the interaction between labels and
select/button elements.

Fixes part of #21769.
2024-11-19 18:37:02 -08:00

14 lines
569 B
Handlebars

<label class="checkbox" for="id_should_announce_new_stream">
<input type="checkbox" name="announce" value="announce" checked id="id_should_announce_new_stream"/>
<span class="rendered-checkbox"></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>