Files
zulip/static/templates/confirm_delete_user.hbs
Anders Kaseorg 5fed442bb1 templates: Remove context argument from {{#tr}} block helper.
It only had one nontrivial use, and it’s easily replaced using the
builtin {{#with}} block helper.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-04-13 18:59:46 -07:00

6 lines
90 B
Handlebars

<p>
{{#tr}}
Are you sure you want to delete <b>{group_name}</b>?
{{/tr}}
</p>