diff --git a/CTFd/forms/config.py b/CTFd/forms/config.py index 618322fc..61e0ac49 100644 --- a/CTFd/forms/config.py +++ b/CTFd/forms/config.py @@ -44,7 +44,9 @@ class AccountSettingsForm(BaseForm): description="Amount of users per team (Teams mode only)", ) num_teams = IntegerField( - widget=NumberInput(min=0), description="Max number of teams (Teams mode only)", + "Total Number of Teams", + widget=NumberInput(min=0), + description="Max number of teams (Teams mode only)", ) verify_emails = SelectField( "Verify Emails",