1
0
Fork 0
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:
DanielnetoDotCom 2021-03-17 13:09:18 -03:00
parent 54ed83a9db
commit 2f4ee4b7d8

View file

@ -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"); ?>",