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
@@ -48,10 +48,10 @@ final class UserVerificationSessionStatusCell: UITableViewCell, NibReusable, The
if viewData.isTrusted {
statusImage = Asset.Images.encryptionTrusted.image
statusText = "Trusted"
statusText = VectorL10n.userVerificationSessionsListSessionTrusted
} else {
statusImage = Asset.Images.encryptionWarning.image
statusText = "Not trusted"
statusText = VectorL10n.userVerificationSessionsListSessionUntrusted
}
self.statusImageView.image = statusImage