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
0fa5e7f629
zulip
/
web
/
templates
/
confirm_dialog
/
confirm_delete_all_drafts.hbs
4 lines
97 B
Handlebars
Raw
Normal View
History
Unescape
Escape
popovers: Add sidebar menu to delete all drafts. This provides a convenient interface to hide all drafts. Fixes #19360. However, we may want to continue to implement a button in the drafts overlay as well for doing this operation.
2021-11-12 11:09:12 +01:00
<p>
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
{{
t
"Are you sure you want to delete all drafts? This action cannot be undone."
}}
popovers: Add sidebar menu to delete all drafts. This provides a convenient interface to hide all drafts. Fixes #19360. However, we may want to continue to implement a button in the drafts overlay as well for doing this operation.
2021-11-12 11:09:12 +01:00
</p>