mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-27 20:29:09 +00:00
📝(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:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user