mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +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 = SelectField(
|
||||||
"Team Disbanding",
|
"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=[
|
choices=[
|
||||||
("inactive_only", "Enabled for Inactive Teams"),
|
("inactive_only", "Enabled for Inactive Teams"),
|
||||||
("disabled", "Disabled"),
|
("disabled", "Disabled"),
|
||||||
|
|||||||
Reference in New Issue
Block a user