fix: use correct key to map gender
This commit is contained in:
@@ -70,7 +70,7 @@ class AppRuntime implements RuntimeExtensionInterface
|
||||
|
||||
return match ($gender) {
|
||||
'M' => 'männlich',
|
||||
'F' => 'weiblich',
|
||||
'W' => 'weiblich',
|
||||
'D' => 'divers',
|
||||
default => '',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user