Skip to content

Commit

Permalink
Fix spelling of "organization"
Browse files Browse the repository at this point in the history
Signed-off-by: Neal Gompa <[email protected]>
  • Loading branch information
Conan-Kudo committed Jul 12, 2024
1 parent d9d0078 commit 541e321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrormanager2/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AddSiteForm(FlaskForm):
name = wtforms.StringField("Site name", [wtforms.validators.InputRequired()])
password = wtforms.StringField("Site Password", [wtforms.validators.InputRequired()])
org_url = wtforms.StringField(
"Organisation URL",
"Organization URL",
[wtforms.validators.InputRequired()],
)
private = wtforms.BooleanField("Private", default=False)
Expand Down

0 comments on commit 541e321

Please sign in to comment.