Skip to content

Commit d5036b9

Browse files
committed
Improve help text
1 parent 22a7108 commit d5036b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class Meta:
157157
subject = models.CharField(
158158
max_length=250, null=False, blank=False,
159159
verbose_name=_("Subject"),
160-
help_text=_("Briefly what about is this reminder")
160+
help_text=_("Briefly, what is this reminder about?")
161161
)
162162
description = models.TextField(
163163
blank=True, default='',

0 commit comments

Comments
 (0)