diff --git a/lang/main.json b/lang/main.json index e5c31c2ee..d767bcd89 100644 --- a/lang/main.json +++ b/lang/main.json @@ -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", diff --git a/react/features/welcome/components/WelcomePage.web.js b/react/features/welcome/components/WelcomePage.web.js index 032800074..c9089cbd2 100644 --- a/react/features/welcome/components/WelcomePage.web.js +++ b/react/features/welcome/components/WelcomePage.web.js @@ -147,6 +147,8 @@ class WelcomePage extends AbstractWelcomePage {