37 lines
1.5 KiB
PHP
37 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'verify_account' => [
|
|
'subject' => 'Verify your Bowli account',
|
|
'title' => 'Verify your account',
|
|
'greeting' => 'Hi :name,',
|
|
'default_name' => 'there',
|
|
'intro' => 'Confirm your email address to activate your account and access Bowli.',
|
|
'action' => 'Verify my account',
|
|
'expires' => 'This link expires in :minutes minutes.',
|
|
'ignore' => 'If you did not create a Bowli account, you can ignore this email.',
|
|
],
|
|
'reset_password' => [
|
|
'subject' => 'Reset your Bowli password',
|
|
'title' => 'Reset your password',
|
|
'greeting' => 'Hi :name,',
|
|
'default_name' => 'there',
|
|
'intro' => 'Click the button below to create a new password. The link opens a secure Bowli API page.',
|
|
'action' => 'Choose a new password',
|
|
'expires' => 'This link expires in :minutes minutes.',
|
|
'copy_link' => 'If the button does not work, copy this link into your browser:',
|
|
'ignore' => 'If you did not request a password reset, you can ignore this email.',
|
|
],
|
|
'reset_password_form' => [
|
|
'page_title' => 'New password',
|
|
'success_title' => 'Password updated',
|
|
'title' => 'New password',
|
|
'intro' => 'Choose a new password to secure your account.',
|
|
'success' => 'Your password has been reset. You can return to the app and sign in.',
|
|
'email' => 'Email',
|
|
'password' => 'New password',
|
|
'password_confirmation' => 'Confirm password',
|
|
'submit' => 'Update password',
|
|
],
|
|
];
|