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

Update strings.xml #327

Merged
merged 1 commit into from
Sep 21, 2023
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
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<string name="already_have_a_wallet">I already have a\nPadawan wallet\n(12-words backup)</string>
<string name="create_new_wallet">I want to create\na new wallet</string>
<string name="intro_dialog_message">It’s important you know that Padawan is not a bitcoin wallet that can handle normal bitcoins.\n\nThis application is built to help you learn and experiment with bitcoin wallets through a series of tutorials, and it uses testnet coins, a type of bitcoin that doesn\'t have any value.\n\nThe wallet can only handle testnet coins, which are not compatible with normal bitcoins!</string>
<string name="intro_dialog_title">Be careful!</string>
<string name="intro_dialog_title">¡Ten cuidado!</string>
<string name="intro_dialog_positive">I understand</string>
<string name="intro_dialog_negative">Cancel</string>
<string name="recover_wallet">Recover Wallet</string>
Expand Down