diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index e9ddf281b..f5ad99d99 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -1284,7 +1284,7 @@ // Session details "user_verification_session_details_trusted_title" = "Trusted"; -"user_verification_session_details_untrusted_title" = "Warning"; +"user_verification_session_details_untrusted_title" = "Not Trusted"; "user_verification_session_details_information_trusted_current_user" = "This session is trusted for secure messaging because you verified it:"; "user_verification_session_details_information_trusted_other_user_part1" = "This session is trusted for secure messaging because "; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 993732ab2..51564441e 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -3742,7 +3742,7 @@ internal enum VectorL10n { internal static var userVerificationSessionDetailsTrustedTitle: String { return VectorL10n.tr("Vector", "user_verification_session_details_trusted_title") } - /// Warning + /// Not Trusted internal static var userVerificationSessionDetailsUntrustedTitle: String { return VectorL10n.tr("Vector", "user_verification_session_details_untrusted_title") }