diff --git a/frontend/src/uxbox/main/ui/dashboard/images.cljs b/frontend/src/uxbox/main/ui/dashboard/images.cljs index 424b509d4..d4cdd3996 100644 --- a/frontend/src/uxbox/main/ui/dashboard/images.cljs +++ b/frontend/src/uxbox/main/ui/dashboard/images.cljs @@ -235,7 +235,7 @@ :default-value (:name image)}] [:h3 {:on-double-click on-edit} (:name image)]) [:span.date (str (tr "ds.uploaded-at" - (dt/format (:created-at image) "DD/MM/YYYY")))]]])) + (dt/format (:created-at image) "dd/MM/yyyy")))]]])) ;; --- Grid Form