Files
zulip/web/templates/confirm_dialog/confirm_reactivate_stream.hbs
Anders Kaseorg d3238e9a1b templates: Fix invalid lists inside <p>.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2025-09-10 09:57:56 -07:00

9 lines
314 B
Handlebars

<p>
{{#tr}}Unarchiving this channel will:{{/tr}}
</p>
<ul>
<li>{{#tr}}Make it appear in the left sidebar for all subscribers.{{/tr}}</li>
<li>{{#tr}}Allow sending new messages to this channel.{{/tr}}</li>
<li>{{#tr}}Allow messages in this channel to be edited, deleted, or moved.{{/tr}}</li>
</ul>