diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index d9f92a7e6..edbaf8735 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -1035,7 +1035,7 @@ "sign_out_key_backup_in_progress_alert_cancel_action" = "I'll wait"; // MARK: - Device Verification -"key_verification_other_session_title" = "Verify the other session"; +"key_verification_other_session_title" = "Verify session"; "key_verification_new_session_title" = "Verify your new session"; "key_verification_this_session_title" = "Verify this session"; "key_verification_user_title" = "verify them"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index cb03bf362..a4eced721 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -1538,7 +1538,7 @@ internal enum VectorL10n { internal static var keyVerificationNewSessionTitle: String { return VectorL10n.tr("Vector", "key_verification_new_session_title") } - /// Verify the other session + /// Verify session internal static var keyVerificationOtherSessionTitle: String { return VectorL10n.tr("Vector", "key_verification_other_session_title") }