diff options
| author | Albin <albin@mullvad.net> | 2022-09-09 13:07:02 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-09-09 14:45:21 +0200 |
| commit | 8e4c9232efbf6b7982704b43613215951ea0a683 (patch) | |
| tree | b63745d318fc5a712554e2e86b6291219af0e9cf /android/app/src | |
| parent | aba68438c4b14b05d28a11e4cdd0cbfb10d27f36 (diff) | |
| download | mullvadvpn-8e4c9232efbf6b7982704b43613215951ea0a683.tar.xz mullvadvpn-8e4c9232efbf6b7982704b43613215951ea0a683.zip | |
Fix problem report error text
Diffstat (limited to 'android/app/src')
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 25e1ed630a..85305809d3 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -89,9 +89,8 @@ <string name="sent_thanks">Thanks!</string> <string name="we_will_look_into_this">We will look into this.</string> <string name="sent_contact">If needed we will contact you at %1$s</string> - <string name="failed_to_send_details">You may need to go back to the app\'s main screen and - click Disconnect before trying again. Don\'t worry, the information you entered will remain in - the form.</string> + <string name="failed_to_send_details">If you exit the form and try again later, the information + you already entered will still be here.</string> <string name="edit_message">Edit message</string> <string name="try_again">Try again</string> <string name="unsecured_connection">UNSECURED CONNECTION</string> |
