diff --git a/src/frontend/src/features/home/components/JoinMeetingDialog.tsx b/src/frontend/src/features/home/components/JoinMeetingDialog.tsx index 33bbeee9..c6d54b14 100644 --- a/src/frontend/src/features/home/components/JoinMeetingDialog.tsx +++ b/src/frontend/src/features/home/components/JoinMeetingDialog.tsx @@ -32,6 +32,7 @@ export const JoinMeetingDialog = () => { ) : null diff --git a/src/frontend/src/locales/en/home.json b/src/frontend/src/locales/en/home.json index e73e2db7..095bf797 100644 --- a/src/frontend/src/locales/en/home.json +++ b/src/frontend/src/locales/en/home.json @@ -3,7 +3,7 @@ "heading": "Simple and Secure Video Conferencing", "intro": "Communicate and work with ease, without compromising your sovereignty", "joinInputError": "Use a meeting link or code. Examples:", - "joinInputExample": "URL or 10-letter code", + "joinInputExample": "Example of meeting codes: abc-defg-hij ou teamalpha", "joinInputLabel": "Meeting link", "joinInputSubmit": "Join meeting", "joinMeeting": "Join a meeting", diff --git a/src/frontend/src/locales/fr/home.json b/src/frontend/src/locales/fr/home.json index 4f298e80..8b38f61a 100644 --- a/src/frontend/src/locales/fr/home.json +++ b/src/frontend/src/locales/fr/home.json @@ -3,7 +3,7 @@ "heading": "Visioconférences simples et sécurisées", "intro": "Communiquez et travaillez en toute simplicité, sans compromis sur votre souveraineté", "joinInputError": "Saisissez un lien ou un code de réunion. Exemples :", - "joinInputExample": "Un code de réunion ressemble à ceci : abc-defg-hij", + "joinInputExample": "Un code de réunion ressemble à ceci : abc-defg-hij ou teamalpha", "joinInputLabel": "Lien complet ou code de la réunion", "joinInputSubmit": "Rejoindre la réunion", "joinMeeting": "Rejoindre une réunion",