WIP: Implement disposition process

This commit is contained in:
Björn Fromme
2023-10-12 15:34:29 +02:00
parent 4b7afb109d
commit 191619c451
8 changed files with 260 additions and 93 deletions
+1 -1
View File
@@ -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