template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:48 +00:00
parent 95b9ae4ca3
commit c7fc80747c
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ return ['Navigation' => [
'Articles' => 'Artikel',
'Process' => 'Prozess',
'Production' => 'Produktion',
'Machines' => 'Maschinen',
'List' => 'Liste',
'Create' => 'Erstellen',
'Machines' => 'Maschinen',
'List' => 'Liste',
'Create' => 'Erstellen',
]];

View File

@ -16,7 +16,7 @@ return ['Navigation' => [
'Articles' => 'Articles',
'Process' => 'Process',
'Production' => 'Production',
'Machines' => 'Machines',
'List' => 'List',
'Create' => 'Create',
'Machines' => 'Machines',
'List' => 'List',
'Create' => 'Create',
]];