mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit adds a "Reset to default notifications" button in the Notifications menu, to the right of the channel name, for which a user has selected custom notifications and a confirmation dialog to confirm this action. Fixes #19860.
7 lines
221 B
Handlebars
7 lines
221 B
Handlebars
<p>
|
|
{{#tr}}
|
|
Are you sure you want to reset notifications for <z-stream></z-stream>?
|
|
{{#*inline "z-stream"}}{{> ../inline_decorated_channel_name stream=sub show_colored_icon=false}}{{/inline}}
|
|
{{/tr}}
|
|
</p>
|