Update encryption strings

This commit is contained in:
ismailgulek
2020-09-24 13:27:53 +03:00
parent 2fa0bef123
commit 95e21eedfb
5 changed files with 52 additions and 10 deletions
@@ -136,9 +136,12 @@ final class RoomInfoListViewController: UIViewController {
var tmpSections: [Section] = []
if viewData.isEncrypted {
let footer = viewData.isDirect ?
VectorL10n.dmRoomParticipantsSecurityInformationRoomEncrypted :
VectorL10n.roomParticipantsSecurityInformationRoomEncrypted
let sectionSecurity = Section(header: VectorL10n.securitySettingsTitle,
rows: [],
footer: VectorL10n.roomInfoListRoomEncrypted)
footer: footer)
tmpSections.append(sectionSecurity)
}