todos fixed

This commit is contained in:
Dennis Eichhorn 2023-10-12 22:49:21 +00:00
parent 98f94e7ed5
commit 8a4743f1fc
2 changed files with 4 additions and 4 deletions

View File

@ -14,6 +14,6 @@ declare(strict_types=1);
return ['Navigation' => [
'Create' => 'Erstellen',
'List' => 'Aufführen',
'Tag' => 'Schild',
'List' => 'Liste',
'Tag' => 'Stichwort',
]];

View File

@ -17,8 +17,8 @@ return ['Tag' => [
'Create' => 'Erstellen',
'Icon' => 'Symbol',
'Language' => 'Sprache',
'List' => 'Aufführen',
'Tag' => 'Schild',
'List' => 'Liste',
'Tag' => 'Stichwort',
'Tags' => 'Stichworte',
'Title' => 'Titel',
]];