-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"TOTPRegister.NEXT": "Next", | ||
"TOTPRegister.BACK": "Back", | ||
"TOTPRegister.HOW_TO_USE": "How to use authenticator app.", | ||
"TOTPRegister.INTRO": "Verification codes are created by an app on your phone. ", | ||
"TOTPRegister.OR": "Or", | ||
"TOTPRegister.MANUAL": "Enter manually the following code into authentication app:", | ||
"TOTPRegister.HOW_TO_USE": "How to use authenticator app.", | ||
"TOTPVerify.NEXT": "Next", | ||
"TOTPRegister.NEXT": "Next", | ||
"TOTPRegister.OR": "Or", | ||
"TOTPVerify.ENTER_CODE": "Enter {length}-digit code", | ||
"TOTPVerify.HOW_TO_USE": "How to use authenticator app.", | ||
"TOTPVerify.VERIFY": "Use verification code from your authenticator app. ", | ||
"TOTPVerify.ENTER_CODE": "Enter {length}-digit code" | ||
"TOTPVerify.NEXT": "Next", | ||
"TOTPVerify.VERIFY": "Use verification code from your authenticator app. " | ||
} |