pull/2487/head
Julio 8 years ago
parent 547e7a0009
commit 8c73f57ec2
  1. 2
      plugin/bbb/admin.tpl
  2. 2
      plugin/bbb/listing.tpl

@ -4,7 +4,7 @@
<tr>
<th>{{ 'CreatedAt'|get_lang }}</th>
<th>{{ 'Status'|get_lang }}</th>
<th>{{ 'Records'|get_lang }}</th>
<th>{{ 'Records'|get_plugin_lang('BBBPlugin') }}</th>
<th>{{ 'Course'|get_lang }}</th>
<th>{{ 'Session'|get_lang }}</th>
<th>{{ 'Participants'|get_lang }}</th>

@ -89,7 +89,7 @@
</div>
{% else %}
<div class ="col-md-12" style="text-align:center">
{{ 'ServerIsNotRunning' | return_message('warning') }}
{{ 'ServerIsNotRunning' | get_plugin_lang('BBBPlugin') | return_message('warning') }}
</div>
{% endif %}
</div>

Loading…
Cancel
Save