mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-22 06:18:43 +00:00
Fixed language
This commit is contained in:
parent
9d9b5c3c39
commit
e53d5a778d
|
|
@ -12,5 +12,7 @@
|
|||
* @link http://orange-management.com
|
||||
*/
|
||||
return ['Knowledgebase' => [
|
||||
'Categories' => 'Categories',
|
||||
'Name' => 'Name',
|
||||
'Wiki' => 'Wiki',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user