Skip to content

Commit 0c8214a

Browse files
authored
fix(authenticator): TOTP Setup typo (#3758)
1 parent c07cf1b commit 0c8214a

7 files changed

+9
-9
lines changed

packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,37 +99,37 @@ abstract class AuthenticatorInstructionsLocalizations {
9999
Locale('en'),
100100
];
101101

102-
/// The header for the first step of TOTP setup
102+
/// The title for the first step of TOTP setup
103103
///
104104
/// In en, this message translates to:
105105
/// **'Step 1: Download an Authenticator app'**
106106
String get totpStep1Title;
107107

108-
/// The header for the second step of TOTP setup
108+
/// The title for the second step of TOTP setup
109109
///
110110
/// In en, this message translates to:
111-
/// **'Step 2: Enter the QR code'**
111+
/// **'Step 2: Scan the QR code'**
112112
String get totpStep2Title;
113113

114-
/// The header for the third step of TOTP setup
114+
/// The title for the third step of TOTP setup
115115
///
116116
/// In en, this message translates to:
117117
/// **'Step 3: Verify your code'**
118118
String get totpStep3Title;
119119

120-
/// The instructional text for step one of TOTP setup
120+
/// The body text for step one of TOTP setup
121121
///
122122
/// In en, this message translates to:
123123
/// **'Authenticator apps generate one-time codes that can be used to verify your identity'**
124124
String get totpStep1Body;
125125

126-
/// The instructional text for step two of TOTP setup
126+
/// The body text for step two of TOTP setup
127127
///
128128
/// In en, this message translates to:
129129
/// **'Open then Authenticator app and scan the QR code or enter the key to get your verification code'**
130130
String get totpStep2Body;
131131

132-
/// The instructional text for step three of TOTP setup
132+
/// The body text for step three of TOTP setup
133133
///
134134
/// In en, this message translates to:
135135
/// **'Enter the 6 digit code from your Authenticator app'**

packages/authenticator/amplify_authenticator/lib/src/l10n/generated/instructions_localizations_en.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class AuthenticatorInstructionsLocalizationsEn
1212
String get totpStep1Title => 'Step 1: Download an Authenticator app';
1313

1414
@override
15-
String get totpStep2Title => 'Step 2: Enter the QR code';
15+
String get totpStep2Title => 'Step 2: Scan the QR code';
1616

1717
@override
1818
String get totpStep3Title => 'Step 3: Verify your code';

packages/authenticator/amplify_authenticator/lib/src/l10n/src/instructions/instructions_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@totpStep1Title": {
66
"description": "The title for the first step of TOTP setup"
77
},
8-
"totpStep2Title": "Step 2: Enter the QR code",
8+
"totpStep2Title": "Step 2: Scan the QR code",
99
"@totpStep2Title": {
1010
"description": "The title for the second step of TOTP setup"
1111
},
363 Bytes
Loading
1.35 KB
Loading
389 Bytes
Loading
1.15 KB
Loading

0 commit comments

Comments
 (0)