1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

Merge pull request #513 from bitwarden/soft-delete-toast

[Soft Delete] - Deleted message (sent to trash)
This commit is contained in:
Chad Scharf 2020-04-14 15:19:12 -04:00 committed by GitHub
commit 599f831a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
jslib

@ -1 +1 @@
Subproject commit 3a10c1ff3027832953094b2f7edddb2361119b09
Subproject commit e9db844285e21525f5152e782063f04e02543553

View File

@ -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",