From 9b604040afbd7c3198442a72d2a38ca7d9f4531e Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Tue, 21 Jan 2025 20:32:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(frontend)=20add=20examples=20of=20?= =?UTF-8?q?the=20personalized=20link=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @manuhabitela create a well-documented modal for users trying to join a meeting. Update it with the last room's link format introduced. --- src/frontend/src/features/home/components/JoinMeetingDialog.tsx | 1 + src/frontend/src/locales/en/home.json | 2 +- src/frontend/src/locales/fr/home.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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",