mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-18 02:48:41 +00:00
Fix lang
This commit is contained in:
parent
8cc5234866
commit
872ab5b2f2
|
|
@ -23,6 +23,7 @@ return ['Marketing' => [
|
||||||
'Location' => 'Location',
|
'Location' => 'Location',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Promotion' => 'Promotion',
|
'Promotion' => 'Promotion',
|
||||||
|
'Promotions' => 'Promotions',
|
||||||
'Sales' => 'Sales',
|
'Sales' => 'Sales',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Status' => 'Status',
|
'Status' => 'Status',
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,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('Projects'); ?></caption>
|
<caption><?= $this->getHtml('Promotions'); ?></caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="wf-100"><?= $this->getHtml('Title') ?>
|
<td class="wf-100"><?= $this->getHtml('Title') ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user