Quellcode durchsuchen

Remove wrong space in language litteral

Yannick Warnier vor 9 Jahren
Ursprung
Commit
05ae0c9b60
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      plugin/buycourses/view/configuration.tpl

+ 1 - 1
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>