// SYSTEM PANEL //
[ROOT]
/
mnt
/
pleskStorage
/
vhosts
/
kodsolutions.net
/
subdomains
/
go-rent.kodsolutions.net
/
lang
/
en
[ PARENT ]
EDIT :: auth.php
<?php return [ /* |-------------------------------------------------------------------------- | Authentication Language Lines |-------------------------------------------------------------------------- | | The following language lines are used during authentication 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. | */ 'failed' => 'These credentials do not match our records.', 'password' => 'The provided password is incorrect.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'The_provided_credentials_are_incorrect' => 'The provided credentials are incorrect', 'Your_email_address_is_not_verified'=> 'Your email address is not verified.', 'Verification_Info_Sent_To_Your_Email'=> 'Verification Info Sent To Your Email', 'You_have_entered_a_wrong_code_for_reset_password' => 'You have entered a wrong code for reset password', 'You_Have_Entered_A_Wrong_Email_For_Reset_Password' => 'You Have Entered A Wrong Email For Reset Password', 'You_Have_Entered_A_Wrong_Code_For_Reset_Password' => 'You Have Entered A Wrong Code For Reset Password', 'You_Have_Entered_A_Wrong_Email_For_Reset_Password' => 'You Have Entered A Wrong Email For Reset Password', 'mobileUnique' => 'This Mobile Number is Linked To Another Account', 'register_with_non_active_user' => 'This email is linked to an existing account, please check the email again and you can login instead of registration' , 'login_with_non_active_user' => 'This email isn’t linked to an existing account, please check it again or contact us' ];
SAVE
CANCEL