fix: title

This commit is contained in:
2026-05-18 00:26:55 +02:00
parent 07703037f2
commit 418a6307a0

View File

@@ -48,7 +48,7 @@ class _OrganizeTeamsViewState extends State<OrganizeTeamsView> {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
backgroundColor: CustomTheme.backgroundColor, backgroundColor: CustomTheme.backgroundColor,
appBar: AppBar(title: const Text('Teams organisieren')), appBar: AppBar(title: const Text('Organize Teams')),
body: SafeArea( body: SafeArea(
child: Column( child: Column(
children: [ children: [