mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
`{{#tr}}` supports HTML and allows translators to accidentally introduce HTML, so it’s safer to use the `{{t}}` helper unless HTML is needed. Signed-off-by: Anders Kaseorg <anders@zulip.com>
7 lines
180 B
Handlebars
7 lines
180 B
Handlebars
<p>
|
|
<em>
|
|
{{t "This message was hidden because you have muted the sender." }}
|
|
<a class="reveal_hidden_message">{{t "Click here to reveal." }}</a>
|
|
</em>
|
|
</p>
|