Skip to content

Commit

Permalink
Add clarifying help text to refresh rate field.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubz committed Mar 28, 2018
1 parent a524259 commit 096092b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions babybuddy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Settings(models.Model):
user = models.OneToOneField(User, on_delete=models.CASCADE)
dashboard_refresh_rate = models.DurationField(
verbose_name='Refresh rate',
help_text='This setting will only be used when a browser does not '
'support refresh on focus.',
blank=True,
null=True,
default=timedelta(minutes=1),
Expand Down

0 comments on commit 096092b

Please sign in to comment.