소스 검색

Remove wrong space in language litteral

Yannick Warnier 9 년 전
부모
커밋
05ae0c9b60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>