Skip to content

Commit

Permalink
fix(authenticator): TOTP Setup typo (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey authored Sep 19, 2023
1 parent c07cf1b commit 0c8214a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0c8214a

Please sign in to comment.