<?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' => 'Verifica tu correo electrónico',
    'check_email' => 'Necesitamos verificar tu dirección de email',
    'check_email_label' => 'Consulta el correo electrónico para finalizar el registro. Te hemos enviado un enlace de registro a la dirección:',
    'resend_email' => '¿No has recibido el enlace de registro? Volver a enviarlo',
    'resend_succesfully' => 'Reenviado satisfactoriamente',
    'reset_email' => 'Cambiar dirección de correo electrónico',

];
