mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
MESSENGER-3304 string in separate files
This commit is contained in:
@@ -112,7 +112,7 @@ class RoomInfoBasicView: UIView {
|
||||
securityTitleLabel.text = VectorL10n.securitySettingsTitle
|
||||
securityInformationLabel.text = viewData.isDirect ?
|
||||
VectorL10n.roomParticipantsSecurityInformationRoomEncryptedForDm :
|
||||
VectorL10n.roomParticipantsSecurityInformationRoomEncrypted
|
||||
BWIL10n.roomParticipantsSecurityInformationRoomEncrypted
|
||||
securityContainerView.isHidden = !viewData.isEncrypted
|
||||
if let directUserId = viewData.directUserId {
|
||||
presenceIndicatorView.configure(userId: directUserId, presence: viewData.directUserPresence)
|
||||
|
||||
Reference in New Issue
Block a user