Fix some english typos and update french translation
This commit is contained in:
		@@ -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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user