test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-23 15:51:58 +00:00
parent ba0256f25f
commit 115a14600c

View File

@ -13,5 +13,6 @@
declare(strict_types=1);
return ['Navigation' => [
'Home' => 'Heim',
'Home' => 'Home',
'Logout' => 'Logout',
]];