mirror of
https://github.com/bitwarden/browser
synced 2026-02-23 16:13:21 +00:00
[PM-24978] Corrupt Attachment Keys (#17790)
* display translated content for attachments that cannot be downloaded * consume decryption failure from the sdk for attachments * add decryption errors from sdk * only show fix attachment issues for when key is null and it does not have a decryption failure * separate decryption failure state in view
This commit is contained in:
committed by
jaasen-livefront
parent
f523d65407
commit
454f5029cc
@@ -4486,6 +4486,9 @@
|
||||
"sessionTimeoutSettingsAction": {
|
||||
"message": "Timeout action"
|
||||
},
|
||||
"errorCannotDecrypt": {
|
||||
"message": "Error: Cannot decrypt"
|
||||
},
|
||||
"sessionTimeoutHeader": {
|
||||
"message": "Session timeout"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user