summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-02 12:54:58 -0300
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2018-07-02 12:54:58 -0300
commitb22d25b7a3182c562b274cde297f4eb087d7f428 (patch)
tree9f984572c74f5cb2c7b81b3ec65b8e7b68a2fde3
parentf0d903c5ae11c8510ae0ec91a7cc4b6e38def4ff (diff)
parent6c8171039ca470b3492db12a59361323281e3f68 (diff)
downloadmullvadvpn-b22d25b7a3182c562b274cde297f4eb087d7f428.tar.xz
mullvadvpn-b22d25b7a3182c562b274cde297f4eb087d7f428.zip
Merge branch 'add-optional-text-to-problem-report-email-input'
-rw-r--r--app/components/Support.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Support.js b/app/components/Support.js
index fa4e6cf62d..7897f594ec 100644
--- a/app/components/Support.js
+++ b/app/components/Support.js
@@ -163,7 +163,7 @@ export default class Support extends Component<SupportProps, SupportState> {
<View style={styles.support__form_row}>
<TextInput
style={styles.support__form_email}
- placeholder="Your email"
+ placeholder="Your email (optional)"
defaultValue={this.state.email}
onChangeText={this.onChangeEmail}
keyboardType="email-address"