1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated email label name

This commit is contained in:
eldadfux 2019-08-26 17:15:44 +03:00
parent c7e2402781
commit 86c9b4dbfe

View file

@ -75,7 +75,7 @@ return [
'home.contact.title' => 'Contact Us',
'home.contact.subtitle' => 'Wed 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',