Fixed language

This commit is contained in:
Dennis Eichhorn 2017-09-06 15:32:56 +02:00
parent 9d9b5c3c39
commit e53d5a778d
2 changed files with 3 additions and 1 deletions

View File

@ -12,5 +12,7 @@
* @link http://orange-management.com
*/
return ['Knowledgebase' => [
'Categories' => 'Categories',
'Name' => 'Name',
'Wiki' => 'Wiki',
]];

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render();
<div class="col-xs-12">
<div class="box wf-100">
<table class="table red">
<caption><?= $this->getHtml('Groups') ?></caption>
<caption><?= $this->getHtml('Categories') ?></caption>
<thead>
<tr>
<td><?= $this->getHtml('ID', 0, 0); ?>