diff options
Diffstat (limited to 'templates/web/default/contact/index.html')
-rw-r--r-- | templates/web/default/contact/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/default/contact/index.html b/templates/web/default/contact/index.html index 5ab5bad8c..dc5c43fdf 100644 --- a/templates/web/default/contact/index.html +++ b/templates/web/default/contact/index.html @@ -22,7 +22,7 @@ [% IF update.anonymous %] [% tprintf( loc('Update below added anonymously at %s'), update.confirmed ) %] [% ELSE %] - [% tprintf( loc('Update below added by %s at %s'), update.name, problem.confirmed ) | html %] + [% tprintf( loc('Update below added by %s at %s'), update.name, prettify_epoch( update.confirmed ) ) | html %] [% END %] </p> @@ -46,7 +46,7 @@ [% IF problem.anonymous %] [% tprintf( loc('Reported anonymously at %s'), problem.confirmed ) %] [% ELSE %] - [% tprintf( loc('Reported by %s at %s'), problem.user.name, problem.confirmed ) | html %] + [% tprintf( loc('Reported by %s at %s'), problem.user.name, prettify_epoch( problem.confirmed ) ) | html %] [% END %] </p> |