Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve grammar of seed info #1674

Merged
merged 1 commit into from
Sep 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1039,9 +1039,9 @@ account.seed.backup.title=Backup your wallets seed words
account.seed.info=Please write down both wallet seed words and the date! \
You can recover your wallet any time with those seed words and the date.\n\
The seed words are used for both the BTC and the BSQ wallet.\n\n\
You should write down the seed words on a sheet of paper and not save them on your computer.\n\n\
You should write down the seed words on a sheet of paper. Do not save them on your computer.\n\n\
Please note that the seed words are NOT a replacement for a backup.\n\
You need to backup the whole application directory at the \"Account/Backup\" screen to recover the valid application state and data.\n\
You need to create a backup of the whole application directory at the \"Account/Backup\" screen to recover the valid application state and data.\n\
Importing seed words is only recommended for emergency cases. The application will not be functional without a proper backup of the database files and keys!
account.seed.warn.noPw.msg=You have not setup a wallet password which would protect the display of the seed words.\n\n\
Do you want to display the seed words?
Expand Down