mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-15 09:18:41 +00:00
render fixes, minor bug fixes
This commit is contained in:
parent
e9fc7348a0
commit
d9f6e9a383
|
|
@ -13,10 +13,10 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Exchange' => [
|
return ['Exchange' => [
|
||||||
'Created' => '',
|
'Created' => 'Created',
|
||||||
'CreatedAt' => '',
|
'CreatedAt' => 'Created at',
|
||||||
'CreatedBy' => '',
|
'CreatedBy' => 'Created by',
|
||||||
'Creator' => '',
|
'Creator' => 'Creator',
|
||||||
'Database' => 'Database',
|
'Database' => 'Database',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Exchange' => 'Exchange',
|
'Exchange' => 'Exchange',
|
||||||
|
|
@ -32,8 +32,8 @@ return ['Exchange' => [
|
||||||
'Password' => 'Password',
|
'Password' => 'Password',
|
||||||
'Port' => 'Port',
|
'Port' => 'Port',
|
||||||
'Start' => 'Start',
|
'Start' => 'Start',
|
||||||
'Subtype' => '',
|
'Subtype' => 'Subtype',
|
||||||
'Title' => '',
|
'Title' => 'Title',
|
||||||
'Type' => '',
|
'Type' => 'Type',
|
||||||
'Website' => 'Website',
|
'Website' => 'Website',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user