Changed title and body

This commit is contained in:
paleksandrs
2022-11-07 10:16:26 +02:00
parent fca14e021f
commit 3268e3ba3d
5 changed files with 16 additions and 17 deletions
@@ -997,8 +997,8 @@ extension AllChatsViewController: SplitViewMasterViewControllerProtocol {
currentAlert?.dismiss(animated: true, completion: nil)
let alert = UIAlertController(title: VectorL10n.keyVerificationSelfVerifyUnverifiedSessionsAlertTitle,
message: VectorL10n.keyVerificationSelfVerifyUnverifiedSessionsAlertMessage,
let alert = UIAlertController(title: VectorL10n.keyVerificationAlertTitle,
message: VectorL10n.keyVerificationAlertBody,
preferredStyle: .alert)
alert.addAction(UIAlertAction(title: VectorL10n.keyVerificationSelfVerifyUnverifiedSessionsAlertValidateAction,