-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error handling and showing for Coinzix login and verify codes
- Loading branch information
Showing
10 changed files
with
99 additions
and
59 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1658,15 +1658,10 @@ Go to Settings - > Unstoppable and allow access to the camera."; | |
|
||
// Coinzix Verify Withdraw | ||
|
||
"coinzix_verify_withdraw.title" = "Security Verification"; | ||
"coinzix_verify_withdraw.email.title" = "Email Verification Code"; | ||
"coinzix_verify_withdraw.email.description" = "Enter verification code sent to %@"; | ||
"coinzix_verify_withdraw.google.title" = "Google Authentication Code"; | ||
"coinzix_verify_withdraw.google.description" = "Enter Google authentication code from your Google Authenticator App"; | ||
"coinzix_verify_withdraw.get_code" = "Get Code"; | ||
"coinzix_verify_withdraw.failed" = "Failed to verify"; | ||
"coinzix_verify_withdraw.submit" = "Submit"; | ||
"coinzix_verify_withdraw.email_pin" = "Verification Code"; | ||
"coinzix_verify_withdraw.email_pin.description" = "Enter verification code sent to [email protected]"; | ||
"coinzix_verify_withdraw.google_pin" = "Google Authentication Code"; | ||
"coinzix_verify_withdraw.google_pin.description" = "Enter google authentication code from your Google Authenticator App"; | ||
"coinzix_verify.title" = "Security Verification"; | ||
"coinzix_verify.failed" = "Failed to verify"; | ||
"coinzix_verify.submit" = "Submit"; | ||
"coinzix_verify.email_pin" = "Verification Code"; | ||
"coinzix_verify.email_pin.description" = "Enter verification code sent to your email"; | ||
"coinzix_verify.google_pin" = "Google Authentication Code"; | ||
"coinzix_verify.google_pin.description" = "Enter google authentication code from your Google Authenticator App"; |