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:
Natalie Tay
2021-11-17 09:44:30 +08:00
committed by GitHub
parent 515acb8fc4
commit c61d47e6f4
3 changed files with 107 additions and 1 deletions
+6
View File
@@ -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"