Task: Misc adjustments

This commit is contained in:
Björn Fromme
2023-10-25 15:22:38 +02:00
parent 3e540e215d
commit 011f1faf0f
20 changed files with 125 additions and 57 deletions
+2 -2
View File
@@ -28,10 +28,10 @@ class AppRuntime implements RuntimeExtensionInterface
public function teamerStatusLabel(string $status): string
{
if (Teamer::STATUS_NEW === $status) {
return 'Neuteamer';
return 'Neuteamer:in';
}
return 'Bestandsteamer';
return 'Bestandsteamer:in';
}
public function licenseLabel(string $type): string