mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 03:35:32 -05:00
FEATURE: Show a confirmation modal when "Dismiss all" would dismiss an important notification (#14935)
* Show a confirmation when dismiss all will dismiss an important notification
This commit is contained in:
@@ -2285,6 +2285,12 @@ en:
|
||||
reaction: "<span>%{username}</span> %{description}"
|
||||
reaction_2: "<span>%{username}, %{username2}</span> %{description}"
|
||||
votes_released: "%{description} - completed"
|
||||
dismiss_confirmation:
|
||||
body:
|
||||
one: "You have %{count} important notification, are you sure you would like to dismiss?"
|
||||
other: "You have %{count} important notifications, are you sure you would like to dismiss?"
|
||||
confirm: "Confirm"
|
||||
cancel: "Cancel"
|
||||
|
||||
group_message_summary:
|
||||
one: "%{count} message in your %{group_name} inbox"
|
||||
|
||||
Reference in New Issue
Block a user