summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/models.py b/main/models.py
index 888f0b8..6fdb862 100644
--- a/main/models.py
+++ b/main/models.py
@@ -10,7 +10,7 @@ class UserProfile(models.Model):
notify = models.BooleanField(
"Send notifications",
default=True,
- help_text="When enabled, send user 'flag out of date' notifications")
+ help_text="When enabled, send user 'flag out-of-date' notifications")
alias = models.CharField(
max_length=50,
help_text="Required field")