diff --git a/components/labels.js b/components/labels.js index e8fad47ab428a0356858332c1f59dfbe9c8b1859..a3af8346e8e3f1355a6cc8d68836d7d1dad2d7ba 100644 --- a/components/labels.js +++ b/components/labels.js @@ -61,8 +61,8 @@ export const settings = { deletePassword: 'Remove password protection', changePassword: 'Change password', enterNew: "Please enter a new password", - backupReminderTitle: 'Have you made a backup of your data?', - 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.', + backupReminderTitle: 'Read this before making changes to your password', + backupReminder: 'Just to be safe, please backup your data using the export function before making changes to your password.\n\nLonger passwords are better! Consider using a passphrase.\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.', } }