This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from DarkGhostHunter/master
Minor fixes
- Loading branch information
Showing
20 changed files
with
72 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => 'Two Factor Authentication', | ||
'required' => 'Two Factor Authentication is required.', | ||
'title' => 'Two-Factor Authentication', | ||
'required' => 'Two-Factor Authentication is required.', | ||
'back' => 'Go back', | ||
'continue' => 'To continue, open up your Authenticator app and issue your 2FA code.', | ||
'enable' => 'You need to enable Two Factor Authentication.', | ||
'enable' => 'You need to enable Two-Factor Authentication.', | ||
|
||
'fail_confirm' => 'The code to activate Two Factor Authentication is invalid.', | ||
'enabled' => 'Two Factor Authentication has been enabled for your account.', | ||
'disabled' => 'Two Factor Authentication has been disabled for your account.', | ||
'fail_confirm' => 'The code to activate Two-Factor Authentication is invalid.', | ||
'enabled' => 'Two-Factor Authentication has been enabled for your account.', | ||
'disabled' => 'Two-Factor Authentication has been disabled for your account.', | ||
|
||
'safe_device' => 'We won\'t ask you for Two Factor Authentication codes in this device for some time.', | ||
'safe_device' => 'We won\'t ask you for Two-Factor Authentication codes in this device for some time.', | ||
|
||
'confirm' => 'Confirm code', | ||
'switch_on' => 'Go to enable Two Factor Authentication.', | ||
'switch_on' => 'Go to enable Two-Factor Authentication.', | ||
|
||
'recovery_code' => [ | ||
'used' => 'You have used a Recovery Code. Remember to regenerate them if you have used almost all.', | ||
'depleted' => 'You have used all your Recovery Codes. Please use alternate authentication methods to continue.', | ||
'generated' => 'You have generated a new set of Recovery Codes. Any previous set of codes have been invalidated.', | ||
], | ||
]; | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.