summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-03-20 20:56:40 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2021-03-22 12:15:32 +0000
commite7007a6065ac874c7a6055d43ac951e7a1e603fd (patch)
tree51ef291572defa5bf303c9392ccd288fa07d926a /android/src
parente42aa6fb2c0c60c1ef99bf1aaca1e239d7aae3d5 (diff)
downloadmullvadvpn-e7007a6065ac874c7a6055d43ac951e7a1e603fd.tar.xz
mullvadvpn-e7007a6065ac874c7a6055d43ac951e7a1e603fd.zip
Fix missing period for problem report hint message
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml
index 05cff41571..46c2bdb464 100644
--- a/android/src/main/res/values/strings.xml
+++ b/android/src/main/res/values/strings.xml
@@ -78,7 +78,7 @@
will be attached to this message. Your data will remain secure and private, as it is anonymised
before being sent over an encrypted channel.</string>
<string name="user_email_hint">Your email (optional)</string>
- <string name="user_message_hint">Please describe your problem in English or Swedish</string>
+ <string name="user_message_hint">Please describe your problem in English or Swedish.</string>
<string name="view_logs">View app logs</string>
<string name="send">Send</string>
<string name="sending">Sending...</string>