Fix Welcome form placeholder

This commit is contained in:
Christophe HAMERLING 2020-04-20 14:17:59 +02:00 committed by Saúl Ibarra Corretgé
parent a0856810ba
commit ee99029fb7
1 changed files with 1 additions and 1 deletions

View File

@ -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 } />