diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-02 12:54:58 -0300 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2018-07-02 12:54:58 -0300 |
| commit | b22d25b7a3182c562b274cde297f4eb087d7f428 (patch) | |
| tree | 9f984572c74f5cb2c7b81b3ec65b8e7b68a2fde3 | |
| parent | f0d903c5ae11c8510ae0ec91a7cc4b6e38def4ff (diff) | |
| parent | 6c8171039ca470b3492db12a59361323281e3f68 (diff) | |
| download | mullvadvpn-b22d25b7a3182c562b274cde297f4eb087d7f428.tar.xz mullvadvpn-b22d25b7a3182c562b274cde297f4eb087d7f428.zip | |
Merge branch 'add-optional-text-to-problem-report-email-input'
| -rw-r--r-- | app/components/Support.js | 2 |
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" |
