mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
Clarify key backup details when backup exists but is not trusted in banner too
This follows changes made by https://github.com/vector-im/riot-ios/pull/2375
This commit is contained in:
@@ -83,7 +83,7 @@ final class KeyBackupBannerCell: MXKTableViewCell {
|
||||
subtitle = VectorL10n.keyBackupSetupBannerSubtitle
|
||||
case .recover:
|
||||
title = VectorL10n.keyBackupRecoverBannerTitle
|
||||
subtitle = VectorL10n.keyBackupRecoverBannerSubtitle
|
||||
subtitle = VectorL10n.keyBackupRecoverConnentBannerSubtitle
|
||||
case .none:
|
||||
title = nil
|
||||
subtitle = nil
|
||||
|
||||
Reference in New Issue
Block a user