1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

[Soft Delete] - Deleted message (sent to trash)

This commit is contained in:
Chad Scharf
2020-04-14 15:06:54 -04:00
parent 9f1b8ae58f
commit 23b532e2bf
2 changed files with 4 additions and 4 deletions

2
jslib

Submodule jslib updated: 3a10c1ff30...e9db844285

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