summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/src
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-11-03 15:45:11 +0100
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-11-03 16:33:06 +0100
commit27491ea74e763b908546313d01164169d9f06d53 (patch)
tree488ac2ee820453fb751a40eca668aeaa4e9f5037 /android/lib/resource/src
parent03261020fb1ee4599427fc2543100da0bf1293c3 (diff)
downloadmullvadvpn-27491ea74e763b908546313d01164169d9f06d53.tar.xz
mullvadvpn-27491ea74e763b908546313d01164169d9f06d53.zip
Update include account token in problem reports
- Move checkbox below message - Add warning about anonymity - Change from AccountToken to account-token in support message
Diffstat (limited to 'android/lib/resource/src')
-rw-r--r--android/lib/resource/src/main/res/values/strings.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml
index 147559f0c2..68d04343d8 100644
--- a/android/lib/resource/src/main/res/values/strings.xml
+++ b/android/lib/resource/src/main/res/values/strings.xml
@@ -462,7 +462,11 @@
<string name="enable_all_methods">Enable all &amp; retry</string>
<string name="send_email">Send email</string>
<string name="no_email_app_available">No email app available on the device</string>
- <string name="include_account_token_checkbox_text">This is a question about account or payments (include account information)</string>
+ <string name="include_account_token_checkbox_text">Include my account token for faster help with payment or account related issues</string>
<string name="no_matching_relay_entry">No entry server match your settings, try changing server or other settings.</string>
<string name="no_matching_relay_exit">No exit server match your settings, try changing server or other settings.</string>
+ <string name="include_account_token_warning_title">This impacts your anonymity</string>
+ <string name="include_account_token_warning_message_first">By attaching your account token it links this report to your account, which helps us resolve your issue quicker. All reports are automatically deleted after a period of time.</string>
+ <string name="include_account_token_warning_message_second">For details, please see our %s.</string>
+ <string name="privacy_policy_lower_case">privacy policy</string>
</resources>