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

fix: update wifi warning for mixing fees #1334

Merged
merged 1 commit into from
Dec 27, 2024
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 wallet/res/values/strings-dashpay.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<string name="please_note_cant_change_this_later">Please note that you will not be able to change this later</string>
<string name="Intermediate_level_WIFI_Warning">Intermediate privacy level requires a reliable internet connection</string>
<string name="Advanced_level_WIFI_Warning">Advanced privacy level requires a reliable internet connection</string>
<string name="privcay_level_WIFI_warning_desc">It is recommended to be on a Wi-Fi network to avoid losing any funds</string>
<string name="privcay_level_WIFI_warning_desc">It is recommended to be on a Wi-Fi network to avoid incurring additional mixing fees</string>
<string name="continue_anyway">Continue Anyway</string>
<string name="welcome_to_dash_pay">Welcome to Dash Pay</string>
<string name="pay_to_usernames">Pay to usernames. No more alphanumeric addresses.</string>
Expand Down
Loading