updated strings for the dclined state of qr code (#2895)

This commit is contained in:
Mauro 2024-06-03 11:52:16 +02:00 committed by GitHub
parent 6deedb593b
commit ee473b54a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View File

@ -504,7 +504,7 @@
"screen_qr_code_login_device_not_signed_in_scan_state_subtitle" = "Other device not signed in";
"screen_qr_code_login_error_cancelled_subtitle" = "The sign in was cancelled on the other device.";
"screen_qr_code_login_error_cancelled_title" = "Sign in request cancelled";
"screen_qr_code_login_error_declined_subtitle" = "The request on your other device was not accepted.";
"screen_qr_code_login_error_declined_subtitle" = "The sign in was declined on the other device.";
"screen_qr_code_login_error_declined_title" = "Sign in declined";
"screen_qr_code_login_error_expired_subtitle" = "Sign in expired. Please try again.";
"screen_qr_code_login_error_expired_title" = "The sign in was not completed in time";

View File

@ -1229,7 +1229,7 @@ internal enum L10n {
internal static var screenQrCodeLoginErrorCancelledSubtitle: String { return L10n.tr("Localizable", "screen_qr_code_login_error_cancelled_subtitle") }
/// Sign in request cancelled
internal static var screenQrCodeLoginErrorCancelledTitle: String { return L10n.tr("Localizable", "screen_qr_code_login_error_cancelled_title") }
/// The request on your other device was not accepted.
/// The sign in was declined on the other device.
internal static var screenQrCodeLoginErrorDeclinedSubtitle: String { return L10n.tr("Localizable", "screen_qr_code_login_error_declined_subtitle") }
/// Sign in declined
internal static var screenQrCodeLoginErrorDeclinedTitle: String { return L10n.tr("Localizable", "screen_qr_code_login_error_declined_title") }