|
80 | 80 | /* Confirm Sign In with Code */
|
81 | 81 | "authenticator.confirmSignInWithCode.button.submit" = "Submit";
|
82 | 82 | "authenticator.confirmSignInWithCode.button.backToSignIn" = "Back to Sign In";
|
83 |
| -"authenticator.confirmSignInWithCode.field.email.code.label" = "Enter the verification code sent to your email to complete this sign-in."; |
84 |
| -"authenticator.confirmSignInWithCode.field.phone.code.label" = "Enter the verification code sent to your phone to complete this sign-in."; |
85 | 83 |
|
86 | 84 | /* Confirm Sign In with TOTP */
|
87 | 85 | "authenticator.confirmSignInWithCode.totp.title" = "Enter your one-time passcode";
|
|
91 | 89 | "authenticator.confirmSignInWithCode.totp.button.backToSignIn" = "Back to Sign In";
|
92 | 90 |
|
93 | 91 | /* Continue Sign In with MFA Setup Selection */
|
94 |
| -"authenticator.continueSignInWithMFASetupSelection.email.radioButton.title" = "Email"; |
| 92 | +"authenticator.continueSignInWithMFASetupSelection.email.radioButton.title" = "Email Message"; |
95 | 93 | "authenticator.continueSignInWithMFASetupSelection.totp.radioButton.title" = "Authenticator App (TOTP)";
|
96 | 94 | "authenticator.continueSignInWithMFASetupSelection.button.continue" = "Continue";
|
97 | 95 | "authenticator.continueSignInWithMFASetupSelection.title" = "Choose your preferred two-factor authentication method to set up";
|
|
109 | 107 | "authenticator.continueSignInWithMFASelection.subtitle" = "For added security, choose how you want to verify your identity for this sign-in.";
|
110 | 108 | "authenticator.continueSignInWithMFASelection.sms.radioButton.title" = "Text Message (SMS)";
|
111 | 109 | "authenticator.continueSignInWithMFASelection.totp.radioButton.title" = "Authenticator App (TOTP)";
|
112 |
| -"authenticator.continueSignInWithMFASelection.email.radioButton.title" = "Email"; |
| 110 | +"authenticator.continueSignInWithMFASelection.email.radioButton.title" = "Email Message"; |
113 | 111 | "authenticator.continueSignInWithMFASelection.button.submit" = "Continue";
|
114 | 112 | "authenticator.continueSignInWithMFASelection.button.backToSignIn" = "Back to Sign In";
|
115 | 113 |
|
|
176 | 174 | "authenticator.validator.field.phoneNumber.format" = "Invalid phone number";
|
177 | 175 |
|
178 | 176 | /* Authenticator Banner Messages */
|
179 |
| -"authenticator.banner.sendCode" = "A confirmation code has been sent to %@"; // Argument is the destination where a code was sent. E.g. "axxx@axxx.com" |
180 |
| -"authenticator.banner.sendCodeGeneric" = "A confirmation code has been sent"; |
| 177 | +"authenticator.banner.sendCode" = "A verification code has been sent to %@"; // Argument is the destination where a code was sent. E.g. "axxx@axxx.com" |
| 178 | +"authenticator.banner.sendCodeGeneric" = "A verification code has been sent"; |
181 | 179 |
|
182 | 180 | /* Authenticator Error View */
|
183 | 181 | "authenticator.authenticatorError.title" = "Something went wrong";
|
|
189 | 187 | "authenticator.authError.continueSignInWithMFASelection.noSelectionError" = "Please select an MFA method to continue";
|
190 | 188 | "authenticator.unknownError" = "Sorry, something went wrong";
|
191 | 189 |
|
192 |
| -"authenticator.cognitoError.codeDelivery" = "Could not send confirmation code"; |
193 |
| -"authenticator.cognitoError.codeExpired" = "Confirmation code has expired"; |
194 |
| -"authenticator.cognitoError.codeMismatch" = "Incorrect confirmation code"; |
| 190 | +"authenticator.cognitoError.codeDelivery" = "Could not send verification code"; |
| 191 | +"authenticator.cognitoError.codeExpired" = "Verification code has expired"; |
| 192 | +"authenticator.cognitoError.codeMismatch" = "Incorrect verification code"; |
195 | 193 | "authenticator.cognitoError.invalidPassword" = "The provided password is not valid";
|
196 | 194 | "authenticator.cognitoError.network" = "Please check your connectivity";
|
197 | 195 | "authenticator.cognitoError.usernameExists" = "Username already exists";
|
|
0 commit comments