|
31 | 31 | 'index' => [ |
32 | 32 | 'list' => 'Your Keys', |
33 | 33 | 'header' => 'Account API', |
34 | | - 'header_sub' => 'Manage access keys that allow you to perform actions aganist the panel.', |
| 34 | + 'header_sub' => 'Manage access keys that allow you to perform actions against the panel.', |
35 | 35 | 'create_new' => 'Create New API key', |
36 | 36 | 'keypair_created' => 'An API key has been successfully generated and is listed below.', |
37 | 37 | ], |
|
45 | 45 | ], |
46 | 46 | 'allowed_ips' => [ |
47 | 47 | 'title' => 'Allowed IPs', |
48 | | - 'description' => 'Enter a line delimitated list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.', |
| 48 | + 'description' => 'Enter a line delimited list of IPs that are allowed to access the API using this key. CIDR notation is allowed. Leave blank to allow any IP.', |
49 | 49 | ], |
50 | 50 | ], |
51 | 51 | ], |
|
71 | 71 | 'header_sub' => 'Control active sessions and 2-Factor Authentication.', |
72 | 72 | 'sessions' => 'Active Sessions', |
73 | 73 | '2fa_header' => '2-Factor Authentication', |
74 | | - '2fa_token_help' => 'Enter the 2FA Token generated by your app (Google Authenticatior, Authy, etc.).', |
| 74 | + '2fa_token_help' => 'Enter the 2FA Token generated by your app (Google Authenticator, Authy, etc.).', |
75 | 75 | 'disable_2fa' => 'Disable 2-Factor Authentication', |
76 | 76 | '2fa_enabled' => '2-Factor Authentication is enabled on this account and will be required in order to login to the panel. If you would like to disable 2FA, simply enter a valid token below and submit the form.', |
77 | 77 | '2fa_disabled' => '2-Factor Authentication is disabled on your account! You should enable 2FA in order to add an extra level of protection on your account.', |
78 | 78 | 'enable_2fa' => 'Enable 2-Factor Authentication', |
79 | | - '2fa_qr' => 'Confgure 2FA on Your Device', |
| 79 | + '2fa_qr' => 'Configure 2FA on Your Device', |
80 | 80 | '2fa_checkpoint_help' => 'Use the 2FA application on your phone to take a picture of the QR code to the left, or manually enter the code under it. Once you have done so, generate a token and enter it below.', |
81 | 81 | '2fa_disable_error' => 'The 2FA token provided was not valid. Protection has not been disabled for this account.', |
82 | 82 | ], |
|
0 commit comments