diff options
author | Christophe HAMERLING <chamerling@linagora.com> | 2020-04-20 14:17:59 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-04-30 22:35:16 +0200 |
commit | ee99029fb7eabd3830d7e132f76b80dcc35fd1bc (patch) | |
tree | d055754c2cb16cf4e87a563b896715c23d4c3809 /app | |
parent | a0856810ba82fec58dc9afc8e903548e0ca0b01c (diff) |
Fix Welcome form placeholder
Diffstat (limited to 'app')
-rw-r--r-- | app/features/welcome/components/Welcome.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/features/welcome/components/Welcome.js b/app/features/welcome/components/Welcome.js index c7759e2..373075c 100644 --- a/app/features/welcome/components/Welcome.js +++ b/app/features/welcome/components/Welcome.js @@ -200,7 +200,7 @@ class Welcome extends Component<Props, State> { isInvalid = { locationError } isLabelHidden = { true } onChange = { this._onURLChange } - placeholder = 'Enter a name for your conference' + placeholder = 'Enter a name for your conference or a Jitsi URL' shouldFitContainer = { true } type = 'text' value = { this.state.url } /> |