fix typo
This commit is contained in:
parent
ea22c7a927
commit
0565869eb2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Command(BaseCommand):
|
|||
print(ungettext_lazy('%d map update processed.', '%d map updates processed.', len(updates)) % len(updates))
|
||||
|
||||
if updates:
|
||||
print(_('Last processed Update: %(date)s (#%(id)d)') % {
|
||||
print(_('Last processed update: %(date)s (#%(id)d)') % {
|
||||
'date': date_format(updates[-1].datetime, 'DATETIME_FORMAT'),
|
||||
'id': updates[-1].pk,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue