This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
e82b7641c6
zulip
/
web
/
templates
/
typing_notification.hbs
2 lines
99 B
Handlebars
Raw
Normal View
History
Unescape
Escape
templates: Replace unnecessary {{#tr}} blocks with {{t}} helper. `{{#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>
2023-03-15 23:51:27 +01:00
<li data-email="
{{
this
.email
}}
" class="typing_notification">
{{
t
"{full_name} is typing…"
}}
</li>