Edit File: 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' => 'Password is incorrect', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'invalid_code' => 'The code you entered is invalid', 'phone_unique' => 'The mobile number is already in use.', 'invalid_phone'=>'invalid phone number( must contain 10 digits )', 'email_unique' => 'The email is already in use.', 'wrong_credentials'=>'The login information is incorrect.', 'logout_success'=>'You have been successfully logged out.', 'pending_user'=>'The account is waiting for activation.', 'blocked_user'=>'Account blocked.', 'user_not_found'=>'This account is not found.', 'activation_code_sent'=>'Activation code has been sent.', 'password_changed'=>'The password has been changed successfully.', 'you_are_not_delegate'=>'Sign up as a delegate.', 'false_code'=>'verfication code is not true', 'wrong_password' => 'Old Password is incorrect', 'commercial_id_unique' => 'The Commercial id is already in use', 'deleted_success'=>'Deleted Successfully', 'you_need_to_be_approved'=>'waiting admin approval', 'you_are_refused'=>'your request ad delegate was rejected', 'required_code'=>'verification code is required', 'not_authorized'=>'You do not have permission to access this page', 'you_are_refused_store'=>'Your request to join as a shop has been rejected', 'blocked_store'=>'You have been banned from the administration٫', 'activation.success'=>'Your Account has been Activated Successfully', 'same_old' => 'Phone you Entered same your current phone', 'cant_delete_account'=>'you have to finish orders first to delete the account!', ];
Back to File Manager