// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` Displays a general error message if there are no other verified devices 1`] = `
Some messages could not be decrypted
Unfortunately, there are no other verified devices to request decryption keys from. Signing in and verifying other devices may help avoid this situation in the future.
`; exports[` Displays a loading spinner 1`] = `
Decrypting messages…
Please wait as we try to decrypt your messages. This may take a few moments.
`; exports[` Displays button to resend key requests if we are verified 1`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
Resend key requests
`; exports[` Displays button to resend key requests if we are verified 2`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
`; exports[` Displays the button to resend key requests only if there are sessions we haven't already requested 1`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
Resend key requests
`; exports[` Displays the button to resend key requests only if there are sessions we haven't already requested 2`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
`; exports[` Displays the button to resend key requests only if there are sessions we haven't already requested 3`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
Resend key requests
`; exports[` Displays the button to resend key requests only if there are sessions we haven't already requested 4`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
`; exports[` Does not display a button to send key requests if we are unverified 1`] = `
Verify this device to access all messages
This device was unable to decrypt some messages because it has not been verified yet.
Verify
`; exports[` Handles device updates 1`] = `
Verify this device to access all messages
This device was unable to decrypt some messages because it has not been verified yet.
Verify
`; exports[` Handles device updates 2`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
Resend key requests
`; exports[` Prompts the user to reset if they have no other verified devices and no backups 1`] = `
Reset your keys to prevent future decryption errors
You will not be able to access old undecryptable messages, but resetting your keys will allow you to receive new messages.
Reset
`; exports[` Prompts the user to verify if they have backups 1`] = `
Verify this device to access all messages
This device was unable to decrypt some messages because it has not been verified yet.
Verify
`; exports[` Prompts the user to verify if they have other devices 1`] = `
Verify this device to access all messages
This device was unable to decrypt some messages because it has not been verified yet.
Verify
`; exports[` Recommends opening other devices if there are other verified devices 1`] = `
Open another device to load encrypted messages
This device is requesting decryption keys from your other devices. Opening one of your other devices may speed this up.
View your device list
Resend key requests
`;