fix lang indention and order

This commit is contained in:
Dennis Eichhorn 2019-10-02 21:09:53 +02:00
parent 90212665e4
commit bcaff0a770
2 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,6 @@
* @link https://orange-management.org
*/
return ['Navigation' => [
'QA' => 'QA',
'Badges' => 'Badges',
'QA' => 'QA',
]];

View File

@ -11,8 +11,8 @@
* @link https://orange-management.org
*/
return ['QA' => [
'QA' => 'QA',
'Badges' => 'Badges',
'List' => 'List',
'Name' => 'Name',
'QA' => 'QA',
]];