WIP: Implement disposition process
This commit is contained in:
@@ -33,7 +33,7 @@ class AppRuntime implements RuntimeExtensionInterface
|
||||
|
||||
public function licenseLabel(string $type): string
|
||||
{
|
||||
return sprintf('Offizielle %slehrer*innenlizenz', ucfirst(strtolower($type)));
|
||||
return sprintf('Offizielle %slehrer:innenlizenz', ucfirst(strtolower($type)));
|
||||
}
|
||||
|
||||
public function bpnCountryLabel(?string $token, string $property = 'name'): string
|
||||
|
||||
Reference in New Issue
Block a user