parent
eb15f73e59
commit
be5dba7eea
|
@ -707,6 +707,7 @@
|
|||
"connectCalendarButton": "Connect your calendar",
|
||||
"connectCalendarText": "Connect your calendar to view all your meetings in {{app}}. Plus, add {{provider}} meetings to your calendar and start them with one click.",
|
||||
"enterRoomTitle": "Start a new meeting",
|
||||
"onlyAsciiAllowed": "Meeting name should only contain latin characters and numbers.",
|
||||
"go": "GO",
|
||||
"join": "JOIN",
|
||||
"info": "Info",
|
||||
|
|
|
@ -147,6 +147,8 @@ class WelcomePage extends AbstractWelcomePage {
|
|||
<input
|
||||
autoFocus = { true }
|
||||
className = 'enter-room-input'
|
||||
pattern = '^[a-zA-Z0-9=\?]+$'
|
||||
title = { t('welcomepage.onlyAsciiAllowed') }
|
||||
id = 'enter_room_field'
|
||||
onChange = { this._onRoomChange }
|
||||
placeholder
|
||||
|
|
Loading…
Reference in New Issue