From 0174f8f1af2032caf9115e972f71ae62580cc2f3 Mon Sep 17 00:00:00 2001 From: kilo Date: Sun, 29 Oct 2017 01:07:33 +0200 Subject: [PATCH] Update notifications.jet.html --- templates/site/user/notifications.jet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/site/user/notifications.jet.html b/templates/site/user/notifications.jet.html index 6a510d84..0b61c113 100644 --- a/templates/site/user/notifications.jet.html +++ b/templates/site/user/notifications.jet.html @@ -22,9 +22,9 @@ >{{ .Content }} {{if !.Date.IsZero()}} - {{formatDate(.Date, true)}} + {{formatDate(.Date, false)}} {{else}} - {{T("unknown")}} + {{T("unknown")}} {{end}} {{end}}