diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index c5ad16a2c28c..e2359193383a 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2464,6 +2464,10 @@ $LANG = array( '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', + 'stopped' => 'Stopped', + 'ascending' => 'Ascending', + 'descending' => 'Descending', + 'direction' => 'Direction', ); diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index 649f0c20a490..9945131568a9 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -218,35 +218,67 @@ -