update german translation

This commit is contained in:
Laura Klünder 2017-12-24 05:03:17 +01:00
parent f2b8ba05a3
commit 6657c06461
2 changed files with 178 additions and 141 deletions

View file

@ -51,7 +51,7 @@ class SiteUpdate(models.Model):
"""
A site update that asks the user to reload the page.
"""
created = models.DateTimeField(auto_now_add=True, verbose_name=_('create'))
created = models.DateTimeField(auto_now_add=True, verbose_name=_('created'))
class Meta:
verbose_name = _('Site update')