summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--app/components/Settings.js2
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>;