From 7231beac45e11e51a235953be28ab112ead179c4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 2 Sep 2016 15:08:57 -0400 Subject: humanize time difference for other views too Former-commit-id: dd6df8dd23512f22c802d4f41c2c64da25b59282 --- www/templates/timeline-modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/templates/timeline-modal.html') diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index 28147213..b27c749b 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -6,14 +6,14 @@

-
{{'kEvent' | translate}}: {{eid}} +
{{mName}}  {{'kEvent' | translate}}:{{eid}} ({{humanizeTime}})
-
{{'kShowing' | translate}} {{graphType}} {{'kFrames' | translate}}
+
{{'kEvent' | translate}} {{graphType}} {{'kFrames' | translate}}

{{'kTimelineMessage' | translate}}

-- cgit v1.2.3