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 path text on wallet info screen #4991

Merged
merged 1 commit into from
Dec 22, 2020
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
11 changes: 5 additions & 6 deletions core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1407,12 +1407,11 @@ account.menu.walletInfo.balance.info=This shows the internal wallet balance incl
account.menu.walletInfo.xpub.headLine=Watch keys (xpub keys)
account.menu.walletInfo.walletSelector={0} {1} wallet
account.menu.walletInfo.path.headLine=HD keychain paths
account.menu.walletInfo.path.info=If you import the seed words in another wallet (like Electrum) you need to define the \
path. Use that only in emergency cases when you lost access to the Bisq wallet and the data directory.\n\
Spending funds from another wallet can easily screw up the Bisq internal data structures associated with the wallet \
data and can lead to failed trades.\n\
Do NEVER send BSQ from another wallet as that lead very likely to an invalid BSQ transaction and your \
BSQ get burned.
account.menu.walletInfo.path.info=If you import seed words into another wallet (like Electrum), you'll need to define the \
path. This should only be done in emergency cases when you lose access to the Bisq wallet and data directory.\n\
Keep in mind that spending funds from a non-Bisq wallet can bungle the internal Bisq data structures associated with the wallet \
data, which can lead to failed trades.\n\n\
NEVER send BSQ from a non-Bisq wallet, as it will probably lead to an invalid BSQ transaction and losing your BSQ.

account.menu.walletInfo.openDetails=Show raw wallet details and private keys

Expand Down