📝(frontend) add examples of the personalized link format

@manuhabitela create a well-documented modal for users trying to
join a meeting.

Update it with the last room's link format introduced.
This commit is contained in:
lebaudantoine
2025-01-21 20:32:46 +01:00
parent 51dfc46e15
commit 9b604040af
3 changed files with 3 additions and 2 deletions
@@ -32,6 +32,7 @@ export const JoinMeetingDialog = () => {
<Ul>
<li>{window.location.origin}/uio-azer-jkl</li>
<li>uio-azer-jkl</li>
<li>teamalpha</li>
</Ul>
</>
) : null
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",