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
22ec3c7993
zulip
/
static
/
templates
/
confirm_dialog
/
confirm_delete_user_avatar.hbs
6 lines
91 B
Handlebars
Raw
Normal View
History
Unescape
Escape
avatar: Add confirmation dialog before deleting profile picture. Use confirm_dialog here as this change is destructive and thus not easy to undo. We may want to consider using settings_ui.do_settings_change() instead. Fixes #17073.
2021-01-18 12:31:44 +01:00
<p>
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-14 03:04:02 +02:00
{{
#
tr
}}
avatar: Add confirmation dialog before deleting profile picture. Use confirm_dialog here as this change is destructive and thus not easy to undo. We may want to consider using settings_ui.do_settings_change() instead. Fixes #17073.
2021-01-18 12:31:44 +01:00
Are you sure you want to delete your profile picture?
{{
/
tr
}}
</p>