|
2 | 2 |
|
3 | 3 | return [ |
4 | 4 | 'user-settings' => [ |
5 | | - '2fa_title' => 'Two Factor Authentication', |
6 | | - '2fa_description' => 'Add additional security to your account using two factor authentication.', |
7 | | - '2fa_enabled_title' => 'You have enabled two factor authentication.', |
8 | | - '2fa_not_enabled_title' => 'You have not enabled two factor authentication.', |
9 | | - '2fa_summary' => "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's <a href='https://authy.com' target='_blank' class='font-bold'>Authy</a> or <a href='https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2' target='_blank' class='font-bold'>Google Authenticator</a> application.", |
10 | | - 'one_time_password' => 'One-Time Password', |
11 | | - '2fa_reset_code_title' => 'Two-Factor Authentication Reset Code', |
12 | | - '2fa_reset_code_description' => 'Reset Code', |
13 | | - '2fa_warning_text' => 'If you lose your two-factor authentication device, you may use this emergency reset token to disable two-factor authentication on your account. <strong>This is the only time this token will be displayed, so be sure not to lose it!</strong>', |
14 | | - 'reset_link_email' => 'Request submitted. If your email address is associated with an account, you will receive an email with instructions on how to reset your password.', |
15 | | - 'update_timezone_title' => 'Timezone', |
16 | | - 'update_timezone_description' => 'Select a Timezone below and update it by clicking the update button.', |
17 | | - 'timezone_updated' => 'Timezone was successfully updated', |
18 | | - 'password_information_title' => 'Password', |
19 | | - 'password_information_description' => 'Ensure your account is using a long, random password to stay secure.', |
20 | | - 'contact_information_title' => 'Contact Information', |
21 | | - 'contact_information_description' => "Update your account's contact information and email address.", |
22 | | - 'gdpr_title' => 'General Data Protection Regulation (GDPR)', |
23 | | - 'gdpr_description' => 'This will will create a zip containing all personal data to respect your right to data portability. You will receive the zip file on the email address linked to your account.', |
24 | | - 'delete_account_title' => 'Delete Account', |
25 | | - 'delete_account_description' => 'Deletion of the account will result in the loss of your data instantly and your account will be unrecoverable.', |
| 5 | + '2fa_title' => 'Two Factor Authentication', |
| 6 | + '2fa_description' => 'Add additional security to your account using two factor authentication.', |
| 7 | + '2fa_enabled_title' => 'You have enabled two factor authentication.', |
| 8 | + '2fa_not_enabled_title' => 'You have not enabled two factor authentication.', |
| 9 | + '2fa_summary' => "When two factor authentication is enabled, you will be prompted for a secure, random token during authentication. You may retrieve this token from your phone's <a href='https://authy.com' target='_blank' class='font-bold'>Authy</a> or <a href='https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2' target='_blank' class='font-bold'>Google Authenticator</a> application.", |
| 10 | + 'one_time_password' => 'One-Time Password', |
| 11 | + '2fa_reset_code_title' => 'Two-Factor Authentication Reset Code', |
| 12 | + '2fa_reset_code_description' => 'Reset Code', |
| 13 | + '2fa_warning_text' => 'If you lose your two-factor authentication device, you may use this emergency reset token to disable two-factor authentication on your account. <strong>This is the only time this token will be displayed, so be sure not to lose it!</strong>', |
| 14 | + 'reset_link_email' => 'Request submitted. If your email address is associated with an account, you will receive an email with instructions on how to reset your password.', |
| 15 | + 'update_timezone_title' => 'Timezone', |
| 16 | + 'update_timezone_description' => 'Select a Timezone below and update it by clicking the update button.', |
| 17 | + 'timezone_updated' => 'Timezone was successfully updated', |
| 18 | + 'password_information_title' => 'Password', |
| 19 | + 'password_information_description' => 'Ensure your account is using a long, random password to stay secure.', |
| 20 | + 'contact_information_title' => 'Contact Information', |
| 21 | + 'contact_information_description' => "Update your account's contact information and email address.", |
| 22 | + 'gdpr_title' => 'General Data Protection Regulation (GDPR)', |
| 23 | + 'gdpr_description' => 'This will will create a zip containing all personal data to respect your right to data portability. You will receive the zip file on the email address linked to your account.', |
| 24 | + 'delete_account_title' => 'Delete Account', |
| 25 | + 'delete_account_description' => 'Deletion of the account will result in the loss of your data instantly and your account will be unrecoverable.', |
| 26 | + 'update_password_alert_description' => 'The Security Settings allow you to change your passwords and enable or disable 2FA. Please remember the changes made for when you next sign in.', |
26 | 27 | ], |
27 | 28 | ]; |
0 commit comments