mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Merge pull request #513 from bitwarden/soft-delete-toast
[Soft Delete] - Deleted message (sent to trash)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3a10c1ff30...e9db844285
@@ -461,10 +461,10 @@
|
||||
"message": "Are you sure you want to delete this item?"
|
||||
},
|
||||
"deletedItem": {
|
||||
"message": "Deleted item"
|
||||
"message": "Item sent to trash"
|
||||
},
|
||||
"deletedItems": {
|
||||
"message": "Deleted items"
|
||||
"message": "Items sent to trash"
|
||||
},
|
||||
"movedItems": {
|
||||
"message": "Moved items"
|
||||
@@ -2249,7 +2249,7 @@
|
||||
}
|
||||
},
|
||||
"deletedItemId": {
|
||||
"message": "Deleted item $ID$.",
|
||||
"message": "Sent item $ID$ to trash.",
|
||||
"placeholders": {
|
||||
"id": {
|
||||
"content": "$1",
|
||||
|
||||
Reference in New Issue
Block a user