0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-25 00:06:09 -05:00

🐛 Fix files translation

This commit is contained in:
Alejandro Alonso 2022-09-20 08:09:32 +02:00
parent 48118a0ff4
commit 00222499cc

View file

@ -244,7 +244,7 @@
:on-menu-close on-menu-close
:on-import on-import}]
[:span.info (str file-count " files")]
[:span.info (str (tr "labels.num-of-files" (i18n/c file-count)))]
(when (> file-count 0)
(let [time (-> (:modified-at project)
(dt/timeago {:locale locale}))]