fix(lang): logout question asks to stop the conference
A minor wording change to prevent confusion: On logout one is asked whether to stop the conference but the conference is only left by the participant.
This commit is contained in:
parent
7895abb9ea
commit
13194ddfba
|
@ -288,7 +288,7 @@
|
||||||
"lockRoom": "Add meeting $t(lockRoomPassword)",
|
"lockRoom": "Add meeting $t(lockRoomPassword)",
|
||||||
"lockTitle": "Lock failed",
|
"lockTitle": "Lock failed",
|
||||||
"login": "Login",
|
"login": "Login",
|
||||||
"logoutQuestion": "Are you sure you want to logout and stop the conference?",
|
"logoutQuestion": "Are you sure you want to logout and leave the conference?",
|
||||||
"logoutTitle": "Logout",
|
"logoutTitle": "Logout",
|
||||||
"maxUsersLimitReached": "The limit for maximum number of participants has been reached. The conference is full. Please contact the meeting owner or try again later!",
|
"maxUsersLimitReached": "The limit for maximum number of participants has been reached. The conference is full. Please contact the meeting owner or try again later!",
|
||||||
"maxUsersLimitReachedTitle": "Maximum participants limit reached",
|
"maxUsersLimitReachedTitle": "Maximum participants limit reached",
|
||||||
|
|
Loading…
Reference in New Issue