mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
Fix typo under Admin Config > Accounts > Team Disbanding (#1973)
Changed `capatins` to `captains`
This commit is contained in:
@@ -56,7 +56,7 @@ class AccountSettingsForm(BaseForm):
|
||||
)
|
||||
team_disbanding = SelectField(
|
||||
"Team Disbanding",
|
||||
description="Control whether team capatins are allowed to disband their own teams",
|
||||
description="Control whether team captains are allowed to disband their own teams",
|
||||
choices=[
|
||||
("inactive_only", "Enabled for Inactive Teams"),
|
||||
("disabled", "Disabled"),
|
||||
|
||||
Reference in New Issue
Block a user