<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Reset Notification Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used during reset the password 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.
    |
    */

    'subject' => 'Reset your Controlla Password',
    'line_1' => 'You are receiving this email because we received a password reset request for your account.',
    'action' => 'Reset Password',
    'line_2' => 'This password reset link will expire in :count minutes.',
    'line_3' => 'If you did not request a password reset, no further action is required.',

];
