Skip to content
Snippets Groups Projects
Commit 9efd3668 authored by Julia Friesel's avatar Julia Friesel
Browse files

Improve backup warning text

parent 19288510
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ export const settings = { ...@@ -62,7 +62,7 @@ export const settings = {
changePassword: 'Change password', changePassword: 'Change password',
enterNew: "Please enter a new password", enterNew: "Please enter a new password",
backupReminderTitle: 'Have you made a backup of your data?', backupReminderTitle: 'Have you made a backup of your data?',
backupReminder: 'When you make changes to your password, we delete your old data and store it in a new version. To be safe, please backup your data using the export function before making changes to your password. Making any changes to your password setting will also restart the app immediately.', backupReminder: 'Just to be safe, please backup your data using the export function before making changes to your password.\n\nPlease also make sure you do not lose your password. There is no way to recover your data if you do.\n\nMaking any changes to your password setting will restart the app.',
} }
} }
......
...@@ -36,7 +36,6 @@ export default class PasswordPrompt extends Component { ...@@ -36,7 +36,6 @@ export default class PasswordPrompt extends Component {
try { try {
await openDb({hash: msg.message, persistConnection: true }) await openDb({hash: msg.message, persistConnection: true })
} catch (err) { } catch (err) {
console.log(err)
Alert.alert( Alert.alert(
shared.incorrectPassword, shared.incorrectPassword,
shared.incorrectPasswordMessage, shared.incorrectPasswordMessage,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment