Minor - fix lang var

pull/3425/head
Julio Montoya 6 years ago
parent 972aeee0d0
commit f7912af287
  1. 2
      plugin/zoom/view/list.tpl

@ -9,7 +9,7 @@
<tr>
<th>{{ 'Topic'|get_plugin_lang('ZoomPlugin') }}</th>
<th>{{ 'StartTime'|get_lang }}</th>
<th>{{ 'ForEveryone'|get_lang }}</th>
<th>{{ 'ForEveryone'|get_plugin_lang('ZoomPlugin') }}</th>
{# <th>{{ 'Course'|get_lang }}</th>#}
{# <th>{{ 'Session'|get_lang }}</th>#}
{% if recordings %}

Loading…
Cancel
Save