mirror of
https://github.com/Karaka-Management/oms-QualityAssurance.git
synced 2026-02-03 02:08:39 +00:00
Force public member variables or mapper changes
This commit is contained in:
parent
91241e8297
commit
6f90fa4e35
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
17
Theme/Backend/Lang/Navigation.en.lang.php
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?php
|
||||
/**
|
||||
* Jingga
|
||||
*
|
||||
* PHP Version 8.1
|
||||
*
|
||||
* @package Modules\Localization
|
||||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 2.0
|
||||
* @version 1.0.0
|
||||
* @link https://jingga.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'QualityAssurance' => 'Quality Assurance',
|
||||
]];
|
||||
Loading…
Reference in New Issue
Block a user