mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-12 00:08:43 +00:00
Fixed language
This commit is contained in:
parent
9d9b5c3c39
commit
e53d5a778d
|
|
@ -12,5 +12,7 @@
|
||||||
* @link http://orange-management.com
|
* @link http://orange-management.com
|
||||||
*/
|
*/
|
||||||
return ['Knowledgebase' => [
|
return ['Knowledgebase' => [
|
||||||
|
'Categories' => 'Categories',
|
||||||
|
'Name' => 'Name',
|
||||||
'Wiki' => 'Wiki',
|
'Wiki' => 'Wiki',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ echo $this->getData('nav')->render();
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="box wf-100">
|
<div class="box wf-100">
|
||||||
<table class="table red">
|
<table class="table red">
|
||||||
<caption><?= $this->getHtml('Groups') ?></caption>
|
<caption><?= $this->getHtml('Categories') ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?= $this->getHtml('ID', 0, 0); ?>
|
<td><?= $this->getHtml('ID', 0, 0); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user