diff options
| author | Albin <albin@mullvad.net> | 2022-09-09 14:03:09 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2022-09-09 14:03:09 +0200 |
| commit | d59611b421262e0c84903d409fb545419dfa1f53 (patch) | |
| tree | ae37223f61042f4c9996724fe9f7c6abe90775d2 | |
| parent | 2e685f2f70695e4f6d170b257a6c8ab9147410fa (diff) | |
| download | mullvadvpn-d59611b421262e0c84903d409fb545419dfa1f53.tar.xz mullvadvpn-d59611b421262e0c84903d409fb545419dfa1f53.zip | |
Fix problem report follow-up text
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 4a62b94310..25e1ed630a 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -88,7 +88,7 @@ <string name="back">Back</string> <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 on %1$s</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> |
