Skip to content

Commit

Permalink
Fix DELETE_SELECTED_CONFIRMATION
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-dudarev committed May 9, 2024
1 parent f2e1398 commit c808c8d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@
},
"EMPTY": {
"NO_ITEMS": "There are no items yet"
},
"DELETE_SELECTED_CONFIRMATION": {
"MESSAGE": "Are you sure you want to delete {count} selected messages?"
}
},
"DETAILS": {
Expand Down Expand Up @@ -104,7 +101,10 @@
},
"ALERTS": {
"CLOSE_CONFIRMATION": "You have unsaved changes\nClose anyway?",
"DELETE": "Are you sure you want to delete this message?"
"DELETE": "Are you sure you want to delete this message?",
"DELETE_SELECTED_CONFIRMATION": {
"MESSAGE": "Are you sure you want to delete {count} selected messages?"
}
}
}
}
Expand Down

0 comments on commit c808c8d

Please sign in to comment.