<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Verification Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during verification email for various
    | messages that we need to display to the user. You are free to modify
    | these language lines according to your application's requirements.
    |
    */

    'title' => 'Verify your Email Address',
    'check_email' => 'Check the inbox to finish the registration.',
    'check_email_label' => 'Check the email to finish the registration. We have sent you a registration link to the address:',
    'resend_email' => 'You have not received the registration link? Resend',
    'resend_succesfully' => 'Successfully resend',
    'reset_email' => 'Change email address',

];
