From 86c9b4dbfe48ae381cced677580df34b85d356cf Mon Sep 17 00:00:00 2001 From: eldadfux Date: Mon, 26 Aug 2019 17:15:44 +0300 Subject: [PATCH] Updated email label name --- app/config/locale/en.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/locale/en.php b/app/config/locale/en.php index 48c7ebd9c7..f5d2f89f5c 100644 --- a/app/config/locale/en.php +++ b/app/config/locale/en.php @@ -75,7 +75,7 @@ return [ 'home.contact.title' => 'Contact Us', 'home.contact.subtitle' => 'We’d love your input: questions, feature requests, bugs or compliments', 'home.contact.form.name' => 'Name', - 'home.contact.form.email' => 'Work Email', + 'home.contact.form.email' => 'Email', 'home.contact.form.subject' => 'Subject', 'home.contact.form.message' => 'Message', 'home.contact.form.submit' => 'Submit', @@ -101,7 +101,7 @@ return [ 'home.auth.signin.oauth.facebook' => 'Sign in with Facebook', 'home.auth.signin.oauth.linkedin' => 'Sign in with LinkedIn', 'home.auth.signin.oauth.github' => 'Sign in with GitHub', - 'home.auth.signin.labels.email' => 'Work Email', + 'home.auth.signin.labels.email' => 'Email', 'home.auth.signin.labels.password' => 'Password', 'home.auth.signin.labels.password.validation' => 'Six or more characters', 'home.auth.signin.labels.action1' => 'Sign In', @@ -114,7 +114,7 @@ return [ 'home.auth.signup.title' => 'Sign Up', 'home.auth.signup.required' => 'All fields are required', 'home.auth.signup.labels.name' => 'Name', - 'home.auth.signup.labels.email' => 'Work Email', + 'home.auth.signup.labels.email' => 'Email', 'home.auth.signup.labels.password' => 'Password', 'home.auth.signup.labels.password.validation' => 'Six or more characters', 'home.auth.signup.labels.agree' => 'By signing up, you agree to the', @@ -127,7 +127,7 @@ return [ // Auth - Recovery 'home.auth.recovery.title' => 'Password Recovery', 'home.auth.recovery.required' => 'All fields are required', - 'home.auth.recovery.labels.email' => 'Work Email', + 'home.auth.recovery.labels.email' => 'Email', 'home.auth.recovery.action' => 'Recover', 'home.auth.recovery.back' => 'Back to sign in', 'home.auth.recovery.success' => 'We have sent you a mail with a password reset link',