1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

Translation Fix

This commit is contained in:
Adolfo Gómez García 2017-02-27 07:45:38 +01:00
parent 1626fe96b1
commit cc7740bafb

View File

@ -356,5 +356,5 @@ class Changelog(DetailHandler):
return [
{'revision': {'title': _('Revision'), 'type': 'numeric', 'width': '6em'}},
{'stamp': {'title': _('Publish date'), 'type': 'datetime'}},
{'log': {'title': _('State')}},
{'log': {'title': _('Comment')}},
]