From 6d39778a39a1ac2441b00150ca8ecdb049d655fe Mon Sep 17 00:00:00 2001 From: anuko Date: Thu, 4 Jan 2018 14:12:41 +0000 Subject: [PATCH] Changed the label on week view for clarity. --- WEB-INF/lib/ttTimeHelper.class.php | 2 +- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WEB-INF/lib/ttTimeHelper.class.php b/WEB-INF/lib/ttTimeHelper.class.php index 8bc2012e..35900f87 100644 --- a/WEB-INF/lib/ttTimeHelper.class.php +++ b/WEB-INF/lib/ttTimeHelper.class.php @@ -1014,7 +1014,7 @@ class ttTimeHelper { // Insert label. global $i18n; - $dayTotals['label'] = $i18n->getKey('label.total'); + $dayTotals['label'] = $i18n->getKey('label.day_total'); foreach ($dataArray as $row) { foreach($dayHeaders as $dayHeader) { diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index ed229d5c..abc0e45d 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.6.3717 | Copyright © Anuko | +  Anuko Time Tracker 1.13.6.3718 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1