🎉 Remove imported and updated extra words

This commit is contained in:
Alejandro Alonso 2022-10-17 07:02:00 +02:00 committed by Eva
parent e2f6274ff2
commit a8150e1b05
4 changed files with 5 additions and 3 deletions

View file

@ -163,7 +163,7 @@
(let [locale (mf/deref i18n/locale)
time (dt/timeago modified-at {:locale locale})]
[:span.date
(str (tr "ds.updated-at" time))]))
time]))
(defn create-counter-element
[_element file-count]