Skip to content

Commit

Permalink
Improve new passphrase tips
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWestgate authored Mar 25, 2024
1 parent 7ee51bd commit b584a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/persistent-setup
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ fi
# Display memorization tips
zenity --info --title='Tips for your new passphrase' \
--text="You will be prompted periodically to enter your passphrase as spaced repetition training. Practice entering the passphrase <i>daily at first and then at least once a week</i> to commit it to memory.\n\nIt is essential to keep your passphrase safe and not use it for any other accounts. If you wrote it down, store it in a secure location away from your Bails USBs and destroy it once you memorize it." \
--text="You will be prompted periodically to enter your passphrase as spaced repetition training. Practice entering your passphrase <i>daily at first and then at least once a week</i> to commit it to memory.\n\nIt is essential to keep your passphrase safe. Do not re-use it for any other accounts. If you wrote it down, store it out of sight, in a secured location, away from your Bails USB sticks and destroy it once you memorize it." \
--ok-label='I Will Destroy It Once Memorized' --width=640 $ICON
}
# Checking features of the Persistent Storage
Expand Down

0 comments on commit b584a0e

Please sign in to comment.