Minor - fix typo

pull/3859/head
Julio Montoya 5 years ago
parent 20d8617108
commit ff003b8302
  1. 2
      plugin/bbb/listing.php
  2. 2
      plugin/bbb/view/listing.tpl

@ -495,7 +495,7 @@ $tpl->assign('show_join_button', $showJoinButton);
$tpl->assign('message', $message);
$tpl->assign('form', $formToString);
$tpl->assign('enter_conference_links', $urlList);
$tpl->assign('warning_inteface_msg', $warningInterfaceMessage);
$tpl->assign('warning_interface_msg', $warningInterfaceMessage);
$tpl->assign('show_client_options', $showClientOptions);
$content = $tpl->fetch('bbb/view/listing.tpl');

@ -92,7 +92,7 @@
{{ 'XUsersOnLine'| get_plugin_lang('BBBPlugin') | format(users_online) }}
</span>
</p>
{{ warning_inteface_msg }}
{{ warning_interface_msg }}
{% if max_users_limit > 0 %}
{% if conference_manager == true %}
<p>{{ 'MaxXUsersWarning' | get_plugin_lang('BBBPlugin') | format(max_users_limit) }}</p>

Loading…
Cancel
Save