Skip to content

Commit

Permalink
Merge pull request #582 from comradekingu/patch-1
Browse files Browse the repository at this point in the history
Fix capitalization of URL in help text.
  • Loading branch information
hodgestar committed Dec 12, 2020
2 parents 219d1bd + 111163c commit ba8c9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/sponsors/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Sponsor(models.Model):
help_text=_("Write some nice things about the sponsor."))
url = models.URLField(
default="", blank=True,
help_text=_("Url to link back to the sponsor if required"))
help_text=_("URL to link back to the sponsor if required"))

class Meta:
ordering = ['order', 'name', 'id']
Expand Down

0 comments on commit ba8c9cb

Please sign in to comment.