Fix typo under Admin Config > Accounts > Team Disbanding (#1973)

Changed `capatins` to `captains`
This commit is contained in:
Jordan Bertasso
2021-08-08 15:03:48 +10:00
committed by GitHub
parent 94c4441aae
commit 406c8c076c

View File

@@ -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"),