Mitglied Rolle und Open Air Label anpassen
All checks were successful
CI / Build and Deploy (push) Successful in 2m35s

This commit is contained in:
jan
2026-05-12 01:03:44 +02:00
parent ae3a00a298
commit d229a6b439
2 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ export function roleLabel(role: AppRole) {
case "FINANCE":
return "AG Finanzen";
case "MEMBER":
return "AG-Mitglied";
return "Mitglied";
}
}