fix lang import sorting

This commit is contained in:
Dennis Eichhorn 2021-02-12 18:37:23 +01:00
parent 222ad0e57d
commit b146f9c2ed
2 changed files with 4 additions and 4 deletions

View File

@ -28,6 +28,7 @@ return ['Monitoring' => [
'Errors' => '',
'Exception' => '',
'File' => '',
'Files' => '',
'Info' => '',
'Inspect' => '',
'Inspection' => '',
@ -42,8 +43,8 @@ return ['Monitoring' => [
'Notices' => '',
'OK' => '',
'OS' => '',
'Penetrators' => '',
'PHPSettings' => '',
'Penetrators' => '',
'RAMUsage' => '',
'Release' => '',
'Report' => '',
@ -59,5 +60,4 @@ return ['Monitoring' => [
'Uri' => '',
'Version' => '',
'Warnings' => '',
'Files' => '',
]];

View File

@ -28,6 +28,7 @@ return ['Monitoring' => [
'Errors' => 'Errors',
'Exception' => 'Exception',
'File' => 'File',
'Files' => '',
'Info' => 'Info',
'Inspect' => 'Inspect',
'Inspection' => 'Inspection',
@ -42,8 +43,8 @@ return ['Monitoring' => [
'Notices' => 'Notices',
'OK' => 'OK',
'OS' => 'OS',
'Penetrators' => 'Penetrators',
'PHPSettings' => 'PHP Settings',
'Penetrators' => 'Penetrators',
'RAMUsage' => 'RAM Usage',
'Release' => 'Release',
'Report' => 'Report',
@ -59,5 +60,4 @@ return ['Monitoring' => [
'Uri' => 'Uri',
'Version' => 'Version',
'Warnings' => 'Warnings',
'Files' => '',
]];