general fixes

This commit is contained in:
Dennis Eichhorn 2024-04-19 02:08:37 +00:00
parent b275724809
commit 6e6142e257
2 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,9 @@ declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Aktiv',
'App' => 'APP.',
'App' => 'App',
'Apps' => 'Apps',
'Title' => 'Titel',
'Categories' => 'Kategorien',
'Category' => 'Kategorie',
'Draft' => 'Entwurf',

View File

@ -15,6 +15,8 @@ declare(strict_types=1);
return ['Knowledgebase' => [
'Active' => 'Active',
'App' => 'App',
'Apps' => 'Apps',
'Title' => 'Title',
'Categories' => 'Categories',
'Category' => 'Category',
'Draft' => 'Draft',