Remove wrong space in language litteral

1.10.x
Yannick Warnier 9 years ago
parent fbee4ebfac
commit 05ae0c9b60
  1. 2
      plugin/buycourses/view/configuration.tpl

@ -23,7 +23,7 @@
<th class="text-center">{{ 'OfficialCode'|get_lang }}</th>
<th class="text-center">{{ 'VisibleInCatalog'|get_plugin_lang('BuyCoursesPlugin') }}</th>
<th class="text-right" width="200">{{ 'Price'|get_plugin_lang('BuyCoursesPlugin') }}</th>
<th class="text-right">{{ 'Options '|get_lang }}</th>
<th class="text-right">{{ 'Options'|get_lang }}</th>
</tr>
</thead>

Loading…
Cancel
Save