Path: blob/1.0-develop/resources/lang/en/dashboard/account.php
7460 views
<?php12return [3'email' => [4'title' => 'Update your email',5'updated' => 'Your email address has been updated.',6],7'password' => [8'title' => 'Change your password',9'requirements' => 'Your new password should be at least 8 characters in length.',10'updated' => 'Your password has been updated.',11],12'two_factor' => [13'button' => 'Configure 2-Factor Authentication',14'disabled' => 'Two-factor authentication has been disabled on your account. You will no longer be prompted to provide a token when logging in.',15'enabled' => 'Two-factor authentication has been enabled on your account! From now on, when logging in, you will be required to provide the code generated by your device.',16'invalid' => 'The token provided was invalid.',17'setup' => [18'title' => 'Setup two-factor authentication',19'help' => 'Can\'t scan the code? Enter the code below into your application:',20'field' => 'Enter token',21],22'disable' => [23'title' => 'Disable two-factor authentication',24'field' => 'Enter token',25],26],27];282930