Improve backup warning text

This commit is contained in:
Julia Friesel
2018-09-14 17:17:00 +02:00
parent 19288510c5
commit 9efd366812
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -36,7 +36,6 @@ export default class PasswordPrompt extends Component {
try {
await openDb({hash: msg.message, persistConnection: true })
} catch (err) {
console.log(err)
Alert.alert(
shared.incorrectPassword,
shared.incorrectPasswordMessage,