mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
updated strings for the dclined state of qr code (#2895)
This commit is contained in:
parent
6deedb593b
commit
ee473b54a1
@ -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";
|
||||
|
@ -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") }
|
||||
|
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPad-en-GB.Declined.png
(Stored with Git LFS)
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPad-en-GB.Declined.png
(Stored with Git LFS)
Binary file not shown.
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPad-pseudo.Declined.png
(Stored with Git LFS)
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPad-pseudo.Declined.png
(Stored with Git LFS)
Binary file not shown.
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPhone-15-en-GB.Declined.png
(Stored with Git LFS)
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPhone-15-en-GB.Declined.png
(Stored with Git LFS)
Binary file not shown.
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPhone-15-pseudo.Declined.png
(Stored with Git LFS)
BIN
PreviewTests/__Snapshots__/PreviewTests/test_qRCodeLoginScreen-iPhone-15-pseudo.Declined.png
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user