From 4fcb069b45d713a4b88e0b7cbfa66a7e9fa1bb04 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 26 Sep 2017 11:43:09 +0300 Subject: [PATCH] Working on time tracker --- resources/lang/en/texts.php | 1 + resources/views/tasks/time_tracker.blade.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 34b1f2218078..c5ad16a2c28c 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2463,6 +2463,7 @@ $LANG = array( 'download_desktop_app' => 'Download the desktop app', 'download_iphone_app' => 'Download the iPhone app', 'download_android_app' => 'Download the Android app', + 'time_tracker_mobile_help' => 'Double tap a task to select it', ); diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index ba871bd63171..61c5cd327791 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -220,7 +220,7 @@