summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'app/components')
-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"