2
vendor/js/faq.js
vendored
2
vendor/js/faq.js
vendored
@ -273,7 +273,7 @@ function welcomeMessage()
|
||||
request( 'getWelcomeInfo', {}, function( result ) {
|
||||
if ( result.data.is_owner === true )
|
||||
{
|
||||
welcomeModalText.html( 'You are the owner of this room.<br>That means you are allowed to ask and <strong>answer</strong> questions!<br><br>To share your room code use the share-url or the room-code.' );
|
||||
welcomeModalText.html( 'You are an admin of this room.<br>That means you are allowed to ask and <strong>answer</strong> questions!<br><br>To share your room code use the share-url or the room-code.' );
|
||||
is_owner = true;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user