diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 1f9196fd52b9..34b1f2218078 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2460,9 +2460,9 @@ $LANG = array( 'started_task' => 'Successfully started task', 'create_client' => 'Create Client', - 'download_desktop_app' => 'Download desktop app', - 'download_iphone_app' => 'Download iPhone app', - 'download_android_app' => 'Download Android app', + 'download_desktop_app' => 'Download the desktop app', + 'download_iphone_app' => 'Download the iPhone app', + 'download_android_app' => 'Download the Android app', ); diff --git a/resources/views/tasks/time_tracker.blade.php b/resources/views/tasks/time_tracker.blade.php index 2256d2fc415e..ba871bd63171 100644 --- a/resources/views/tasks/time_tracker.blade.php +++ b/resources/views/tasks/time_tracker.blade.php @@ -220,7 +220,7 @@