diff --git a/resources/views/emails/time-entry-still-running.blade.php b/resources/views/emails/time-entry-still-running.blade.php index 0c9f84d3..788db7fe 100644 --- a/resources/views/emails/time-entry-still-running.blade.php +++ b/resources/views/emails/time-entry-still-running.blade.php @@ -5,7 +5,7 @@ {{ __('Your currently running time entry ":description" is now running for more than 8 hours!', ['description' => $timeEntry->description]) }} @endif -{{ __('If you forgot to stop the Time Tracker you do that in solidtime:') }} +{{ __('If you forgot to stop the Time Tracker, you can do so in solidtime:') }} @component('mail::button', ['url' => $dashboardUrl]) {{ __('Go to solidtime') }}