Files
zulip/web/templates/confirm_dialog/confirm_reset_stream_notifications.hbs
Saubhagya Patel b82bc1a738 settings: Add button to reset channel notifications to default.
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.
2025-06-11 15:08:25 -07:00

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>