mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
A display name will be requested
This commit is contained in:
parent
54ed83a9db
commit
2f4ee4b7d8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if (empty($meet_schedule_id)) {
|
|||
function getMeetDisplayName(domain, roomName, jwt, email, TOOLBAR_BUTTONS) {
|
||||
console.log('getMeetDisplayName');
|
||||
swal({
|
||||
text: "<?php echo __("What is your name?"); ?>",
|
||||
text: "<?php echo __("Please, enter your name"); ?>",
|
||||
content: "input",
|
||||
button: {
|
||||
text: "<?php echo __("Start Now"); ?>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue