Fix some english typos and update french translation

This commit is contained in:
Valentin Samir
2016-08-24 17:20:57 +02:00
parent 6a55769e50
commit 097a7e32ad
5 changed files with 93 additions and 88 deletions

View File

@ -19,7 +19,7 @@ from ... import models
class Command(BaseCommand):
"""Clean old trickets"""
args = ''
help = _(u"Clean old trickets")
help = _(u"Clean old tickets")
def handle(self, *args, **options):
models.User.clean_old_entries()