mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Merge pull request #513 from bitwarden/soft-delete-toast
[Soft Delete] - Deleted message (sent to trash)
This commit is contained in:
commit
599f831a09
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 3a10c1ff3027832953094b2f7edddb2361119b09
|
||||
Subproject commit e9db844285e21525f5152e782063f04e02543553
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user