summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2023-04-17 13:59:24 +0200
committerOskar Nyberg <oskar@mullvad.net>2023-04-17 14:01:56 +0200
commit18c46499fd7da6deabd300e2acea07d63dd48424 (patch)
tree6b49acd7f4f6d6c262052dafc82810be421e9586
parent98265ae2030947d5ac8b3593e6c177df0c15532e (diff)
downloadmullvadvpn-18c46499fd7da6deabd300e2acea07d63dd48424.tar.xz
mullvadvpn-18c46499fd7da6deabd300e2acea07d63dd48424.zip
Improve problem report instructions
-rw-r--r--gui/locales/messages.pot11
-rw-r--r--gui/src/renderer/components/ProblemReport.tsx2
2 files changed, 8 insertions, 5 deletions
diff --git a/gui/locales/messages.pot b/gui/locales/messages.pot
index 33bf2c1aa3..6775c9d43a 100644
--- a/gui/locales/messages.pot
+++ b/gui/locales/messages.pot
@@ -1149,10 +1149,6 @@ msgctxt "support-view"
msgid "If you exit the form and try again later, the information you already entered will still be here."
msgstr ""
-msgctxt "support-view"
-msgid "Please describe your problem in English or Swedish."
-msgstr ""
-
#. Title label in navigation bar
#. Navigation button to the 'Report a problem' help view
msgctxt "support-view"
@@ -1189,6 +1185,10 @@ msgid "This option is unavailable while using a beta version."
msgstr ""
msgctxt "support-view"
+msgid "To assist you better, please write in English or Swedish and include which country you are connecting from."
+msgstr ""
+
+msgctxt "support-view"
msgid "To help you more effectively, your app’s log file will be attached to this message. Your data will remain secure and private, as it is anonymised before being sent over an encrypted channel."
msgstr ""
@@ -1656,6 +1656,9 @@ msgstr ""
msgid "Mullvad account number"
msgstr ""
+msgid "Please describe your problem in English or Swedish."
+msgstr ""
+
msgid "Preferences"
msgstr ""
diff --git a/gui/src/renderer/components/ProblemReport.tsx b/gui/src/renderer/components/ProblemReport.tsx
index 64ab8e3fef..907f9cb9e4 100644
--- a/gui/src/renderer/components/ProblemReport.tsx
+++ b/gui/src/renderer/components/ProblemReport.tsx
@@ -168,7 +168,7 @@ function Form() {
<StyledMessageInput
placeholder={messages.pgettext(
'support-view',
- 'Please describe your problem in English or Swedish.',
+ 'To assist you better, please write in English or Swedish and include which country you are connecting from.',
)}
defaultValue={message}
onChange={onChangeDescription}