mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +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>
2 lines
99 B
Handlebars
2 lines
99 B
Handlebars
<li data-email="{{this.email}}" class="typing_notification">{{t "{full_name} is typing…" }}</li>
|