freescout-support/resources/views/emails/user/password_changed_text.blade.php
2018-12-01 00:24:31 -08:00

3 lines
No EOL
304 B
PHP

{{ __('Hello :user_name', ['user_name' => $user->getFirstName()]) }},
{!! __("This is a quick note to let you know that your :company_name password has been successfully updated. If you didn't request this change, please contact the administrator.", ['company_name' => App\Option::getCompanyName()]) !!}