// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`DecryptionFailureBody Should display "The sender has blocked you from receiving this message" 1`] = `
The sender has blocked you from receiving this message because your device is unverified
`; exports[`DecryptionFailureBody Should display "Unable to decrypt message" 1`] = `
Unable to decrypt message
`; exports[`DecryptionFailureBody should handle messages from users who change identities after verification 1`] = `
Sender's verified identity has changed
`;