diff --git a/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations.dart b/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations.dart index 868ee308cc..64f32a557d 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations.dart @@ -99,37 +99,37 @@ abstract class AuthenticatorInstructionsLocalizations { Locale('en'), ]; - /// The header for the first step of TOTP setup + /// The title for the first step of TOTP setup /// /// In en, this message translates to: /// **'Step 1: Download an Authenticator app'** String get totpStep1Title; - /// The header for the second step of TOTP setup + /// The title for the second step of TOTP setup /// /// In en, this message translates to: - /// **'Step 2: Enter the QR code'** + /// **'Step 2: Scan the QR code'** String get totpStep2Title; - /// The header for the third step of TOTP setup + /// The title for the third step of TOTP setup /// /// In en, this message translates to: /// **'Step 3: Verify your code'** String get totpStep3Title; - /// The instructional text for step one of TOTP setup + /// The body text for step one of TOTP setup /// /// In en, this message translates to: /// **'Authenticator apps generate one-time codes that can be used to verify your identity'** String get totpStep1Body; - /// The instructional text for step two of TOTP setup + /// The body text for step two of TOTP setup /// /// In en, this message translates to: /// **'Open then Authenticator app and scan the QR code or enter the key to get your verification code'** String get totpStep2Body; - /// The instructional text for step three of TOTP setup + /// The body text for step three of TOTP setup /// /// In en, this message translates to: /// **'Enter the 6 digit code from your Authenticator app'** diff --git a/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations_en.dart b/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations_en.dart index 9857a2d4b1..7178fbafff 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations_en.dart +++ b/packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations_en.dart @@ -12,7 +12,7 @@ class AuthenticatorInstructionsLocalizationsEn String get totpStep1Title => 'Step 1: Download an Authenticator app'; @override - String get totpStep2Title => 'Step 2: Enter the QR code'; + String get totpStep2Title => 'Step 2: Scan the QR code'; @override String get totpStep3Title => 'Step 3: Verify your code'; diff --git a/packages/authenticator/amplify_authenticator/lib/src/l10n/src/instructions/instructions_en.arb b/packages/authenticator/amplify_authenticator/lib/src/l10n/src/instructions/instructions_en.arb index 139e2ec4d3..ca652e410f 100644 --- a/packages/authenticator/amplify_authenticator/lib/src/l10n/src/instructions/instructions_en.arb +++ b/packages/authenticator/amplify_authenticator/lib/src/l10n/src/instructions/instructions_en.arb @@ -5,7 +5,7 @@ "@totpStep1Title": { "description": "The title for the first step of TOTP setup" }, - "totpStep2Title": "Step 2: Enter the QR code", + "totpStep2Title": "Step 2: Scan the QR code", "@totpStep2Title": { "description": "The title for the second step of TOTP setup" }, diff --git a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_desktopGeometry.png b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_desktopGeometry.png index 026a13be78..ce369d64fa 100644 Binary files a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_desktopGeometry.png and b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_desktopGeometry.png differ diff --git a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_mobileGeometry.png b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_mobileGeometry.png index 3d14998bc2..b9a02eefb3 100644 Binary files a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_mobileGeometry.png and b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_darkMode_mobileGeometry.png differ diff --git a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_desktopGeometry.png b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_desktopGeometry.png index 33fd2516b8..636700c401 100644 Binary files a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_desktopGeometry.png and b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_desktopGeometry.png differ diff --git a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_mobileGeometry.png b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_mobileGeometry.png index 078631fa38..68cd3c4f21 100644 Binary files a/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_mobileGeometry.png and b/packages/authenticator/amplify_authenticator/test/ui/goldens/theme_emailConfig_continueSignInWithTotpSetupStep_material3Theme_lightMode_mobileGeometry.png differ