Просмотр файла resources/lang/en/mailer.php

Размер файла: 652B
<?php

return [
    'restore_password' => 'Restore password',
    'follow_link'      => 'Or copy manually and follow the link',
    'enter_site'       => 'Log in to the site',
    'activate_account' => 'Activate account',
    'change_email'     => 'Change email',

    'activation_text1' => 'Attention! To confirm registration, you must activate your account!',
    'activation_text2' => 'If you don’t confirm the registration within 24 hours, your account will be automatically deleted',

    'registration_text1' => 'We hope you enjoy using our portal!',
    'registration_text2' => 'If this letter came to you by mistake, then just ignore it',
];