summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and.mikhaylov@gmail.com>2018-06-01 16:45:43 +0200
committerAndrej Mihajlov <and.mikhaylov@gmail.com>2018-06-01 16:45:43 +0200
commit05405300140d1c20e2a843378a334953ddb1c5bb (patch)
tree3563fc613c485188780d0acd6a9a84c6f334d62e
parentc260dbd4d67c3f18a6130b69616ccca27b304b6e (diff)
parentf7c5483c9d102fbe4cc656204b38dfdca0810ff6 (diff)
downloadmullvadvpn-05405300140d1c20e2a843378a334953ddb1c5bb.tar.xz
mullvadvpn-05405300140d1c20e2a843378a334953ddb1c5bb.zip
Merge branch 'update-contact-support-label'
-rw-r--r--CHANGELOG.md1
-rw-r--r--app/components/Settings.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 77e3257548..d2d63537f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,6 +43,7 @@ Line wrap the file at 100 chars. Th
- Make the pkg installer uninstall any `<=2018.1` version of the app before installing itself.
### Changed
+- Changed "Contact support" label to "Report a problem" in settings menu
- Change all occurrences of "MullvadVPN" into "Mullvad VPN", this affects
paths and window captions etc.
- Improve account token hint to be the same length as an expected token.
diff --git a/app/components/Settings.js b/app/components/Settings.js
index 9161f36460..0f87da2c11 100644
--- a/app/components/Settings.js
+++ b/app/components/Settings.js
@@ -144,7 +144,7 @@ export default class Settings extends Component<SettingsProps> {
<CellButton onPress={ this.props.onViewSupport }
testName='settings__view_support'>
- <Label>Contact support</Label>
+ <Label>Report a problem</Label>
<Img height={12} width={7} source='icon-chevron' />
</CellButton>
</View>;