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.
This commit is contained in:
Candide
2026-07-10 10:00:17 -04:00
committed by Constantin Graf
parent 4fb18f343f
commit f01ab5fd9d

View File

@@ -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') }}