Skip to content

Commit

Permalink
Updated translation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
flavoi committed Feb 4, 2018
1 parent e14e9d7 commit 1a12da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diventi/blog/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class BlogCover(DiventiImageModel):
Stores cover images for the blog page.
"""

active = models.BooleanField(default=False)
active = models.BooleanField(default=False, verbose_name=_('active'))

objects = BlogCoverQuerySet.as_manager()

Expand Down

0 comments on commit 1a12da8

Please sign in to comment.