From 64aeb01b644480653f3640c774e6c0843ca8dba2 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 11 Jul 2021 10:37:14 +0200 Subject: [PATCH] Add title to timer --- strings.php | 1 + theme.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/strings.php b/strings.php index b76837e..dc00c9c 100644 --- a/strings.php +++ b/strings.php @@ -13,6 +13,7 @@ $translations['header'] = "Header"; $translations['time'] = "Time"; $translations['startTimer'] = "Start timer"; $translations['loading'] = "Loading..."; +$translations['timerOf'] = "Timer of"; $translations['results']['permissionDenied'] = "Access denied"; diff --git a/theme.php b/theme.php index 0e2cd93..3d3eaa0 100644 --- a/theme.php +++ b/theme.php @@ -253,7 +253,7 @@ class LandingpageTheme - + <?= $this->_trId("timerOf") . " " . $username ?>