Explorar el Código

Merge pull request #482 from tracim/fix/286/preview_gen_modified_at_metadata

Damien Accorsi hace 6 años
padre
commit
ed3994e76d
No account linked to committer's email

+ 1 - 1
tracim/tracim/i18n/fr/LC_MESSAGES/tracim.po Ver fichero

@@ -395,7 +395,7 @@ msgstr "Espace de travail {} restauré."
395 395
 #: tracim/lib/app_globals.py:26
396 396
 #, python-format
397 397
 msgid "%B %d at %I:%M%p"
398
-msgstr "le %d %B à %H:%M"
398
+msgstr "%d %B à %H:%M"
399 399
 
400 400
 #: tracim/lib/calendar.py:45
401 401
 msgid "My personal calendar"

+ 1 - 1
tracim/tracim/templates/file/getone.mak Ver fichero

@@ -124,7 +124,7 @@
124 124
                     selectedRevision: '${result.file.selected_revision}',
125 125
                     weight: '${h.user_friendly_file_size(result.file.file.size)}',
126 126
                     height: '300',
127
-                    modifiedAt: '${h.format_short(created_localized)|n}',
127
+                    modifiedAt: '${h.format_short(updated_localized)|n}',
128 128
                     owner: '${result.file.owner.name}',
129 129
                     sourceLink: '${download_url}',
130 130
                     pdfAvailable: ${pdf_available}