diff --git a/resources/lang/en/auth.php b/resources/lang/en/auth.php index 3330d9d..9b91dba 100644 --- a/resources/lang/en/auth.php +++ b/resources/lang/en/auth.php @@ -22,7 +22,7 @@ return [ 'sign_in' => 'Sign in Successfully.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', 'validation_failed' => 'Invalid data entered.', - 'something_went_wrong' => 'Something went wrong.', + 'something_went_wrong' => 'Oops! Something went wrong.', 'number_blocked' => 'Your number is blocked for next 24 hours.', 'otp_sent_successfully' => 'OTP sent successfully.', 'otp_resend_sent_successfully' => 'OTP resend Successfully', diff --git a/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php b/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php index 8ce5439..75544fc 100644 --- a/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php +++ b/resources/views/Admin/pages/manage_users/manage_customer/customer.blade.php @@ -164,7 +164,7 @@ @endif Delete