diff --git a/src/Twig/AppRuntime.php b/src/Twig/AppRuntime.php index 762256d..188c23a 100644 --- a/src/Twig/AppRuntime.php +++ b/src/Twig/AppRuntime.php @@ -70,7 +70,7 @@ class AppRuntime implements RuntimeExtensionInterface return match ($gender) { 'M' => 'männlich', - 'F' => 'weiblich', + 'W' => 'weiblich', 'D' => 'divers', default => '', };