You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en/two-factor.php
+3-3
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@
9
9
10
10
'success' => 'The OTP code has been validated successfully.',
11
11
12
-
'fail_2fa' => 'The TOTP code has expired or is invalid.',
12
+
'fail_2fa' => 'The OTP code has expired or is invalid.',
13
13
'fail_confirm' => 'The OTP to activate Two-Factor Authentication is invalid.',
14
14
'enabled' => 'Two-Factor Authentication has been enabled.',
15
15
'disabled' => 'Two-Factor Authentication has been disabled.',
16
16
'enabled_message' => 'Two-Factor Authentication was enabled on :date.',
17
17
18
18
'safe_device' => 'We won\'t ask you for Two-Factor Authentication codes in this device for some time.',
19
19
'safe_device_hint'=>'Uncheck this if using a public or shared device.',
20
-
'totp_or_recovery_code' => 'One time Pin or Recovery code',
20
+
'totp_or_recovery_code' => 'One Time Pin or Recovery code',
21
21
'confirm_otp_hint' => 'An OTP should have :otpLength digits, while a recovery code can be alphanumeric and should be :recoveryLength characters.',
22
22
'one_time_pin' => 'One Time Pin',
23
23
'enable_safe_device' => 'Remember this device for :days days.',
@@ -48,7 +48,7 @@
48
48
'setup_step_1' => 'Step 1. Scan the QR Code',
49
49
'setup_step_2' => 'Step 2. Enter the pin provided by your app',
50
50
51
-
'action_label' => 'Submit TOTP Pin and complete setup',
51
+
'action_label' => 'Submit pin and complete setup',
52
52
53
53
'setup_message_1' => 'When two factor authentication is enabled, you will prompted for a secure pin during login. Your phone\'s authenticator application will provide a new pin every :interval seconds.',
54
54
'setup_message_2' => 'To enable 2FA, scan the following QR code using an authenticator app on your phone (such as Google Authenticator, Microsoft Authenticator, Authy, or LastPass Authenticator). Then, enter the one-time passcode (OTP) to confirm the setup.',
0 commit comments