User verification: Use localization strings.

This commit is contained in:
SBiOSoftWhare
2020-02-03 17:52:39 +01:00
parent e5565e5d09
commit 0552952cae
6 changed files with 29 additions and 28 deletions
@@ -94,10 +94,10 @@ final class DeviceVerificationVerifiedViewController: UIViewController {
descriptionTextPart1 = VectorL10n.deviceVerificationVerifiedDescription1
descriptionTextPart2 = VectorL10n.deviceVerificationVerifiedDescription2
case .user:
title = "Verify user"
title = VectorL10n.keyVerificationUserTitle
bodyTitle = VectorL10n.deviceVerificationVerifiedTitle
descriptionTextPart1 = "Youve successfully verified this user."
descriptionTextPart2 = "Messages with this user in this room are end-to-end encrypted and cant be read by third parties."
descriptionTextPart1 = VectorL10n.keyVerificationVerifiedUserDescription1
descriptionTextPart2 = VectorL10n.keyVerificationVerifiedUserDescription2
}
self.title = title