mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Update encryption strings
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user