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
b3a185103d
zulip
/
web
/
templates
/
confirm_dialog
/
confirm_delete_user_avatar.hbs
4 lines
76 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: 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 your profile picture?"
}}
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>