diff options
| author | Andrej Mihajlov <and.mikhaylov@gmail.com> | 2018-06-01 16:16:54 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and.mikhaylov@gmail.com> | 2018-06-01 16:16:54 +0200 |
| commit | 113da8006a43ef9d207a6e07d9b2a78a1d74d8ea (patch) | |
| tree | 0dc7d30525b5aeacc048d9746152b1f2a463b3b8 | |
| parent | c260dbd4d67c3f18a6130b69616ccca27b304b6e (diff) | |
| download | mullvadvpn-113da8006a43ef9d207a6e07d9b2a78a1d74d8ea.tar.xz mullvadvpn-113da8006a43ef9d207a6e07d9b2a78a1d74d8ea.zip | |
Update contact support label in settings
| -rw-r--r-- | app/components/Settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
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>; |
