We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c361e commit de51121Copy full SHA for de51121
lib/src/features/forms/widgets/select_group_widget.dart
@@ -1,7 +1,7 @@
1
import 'package:flutter/material.dart';
2
3
class GroupChoices {
4
- static const competitie = "Competitiesectie (enkel sjaarzenploegen)";
+ static const competitie = "Competitiesectie (sjaarzenploegen & Club8+)";
5
static const wedstrijd = "Wedstrijdsectie";
6
static const club8Plus = "Club8+";
7
static const topC4Plus = "TopC4+";
0 commit comments