mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 00:32:15 +01:00
13 lines
276 B
PHP
13 lines
276 B
PHP
@component('mail::message')
|
|
|
|
{{ __('The API token ":token" expired.', ['token' => $tokenName]) }}
|
|
|
|
|
|
{{ __('You can create a new API token in your profile:') }}
|
|
|
|
@component('mail::button', ['url' => $profileUrl])
|
|
{{ __('Go to your profile') }}
|
|
@endcomponent
|
|
|
|
@endcomponent
|