From f01ab5fd9d12e8dd72f9655a2a3ee9ca9ac67fef Mon Sep 17 00:00:00 2001 From: Candide <55474996+candideu@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:00:17 -0400 Subject: [PATCH] Fix awkward wording for time tracker alert email I just received this email today, and found the "you do that in solidtime" wording to be a bit awkward. --- resources/views/emails/time-entry-still-running.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }}