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

View file

@ -200,7 +200,7 @@ class Welcome extends Component<Props, State> {
isInvalid = { locationError } isInvalid = { locationError }
isLabelHidden = { true } isLabelHidden = { true }
onChange = { this._onURLChange } onChange = { this._onURLChange }
placeholder = 'Enter a name for your conference' placeholder = 'Enter a name for your conference or a Jitsi URL'
shouldFitContainer = { true } shouldFitContainer = { true }
type = 'text' type = 'text'
value = { this.state.url } /> value = { this.state.url } />