mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
Refactor after the CR
This commit is contained in:
@@ -172,19 +172,7 @@ public extension PrivacyLockTooltip {
|
||||
description: L10n.PrivacyLockTooltip.Description.youHaveDigitallySigned,
|
||||
additionalDescription: nil
|
||||
)
|
||||
case .sendE2eExternal:
|
||||
.init(
|
||||
title: L10n.PrivacyLockTooltip.Title.endToEndEncrypted,
|
||||
description: L10n.PrivacyLockTooltip.Description.thisEmailIsEndToEndEncrypted,
|
||||
additionalDescription: nil
|
||||
)
|
||||
case .sendE2eEo:
|
||||
.init(
|
||||
title: L10n.PrivacyLockTooltip.Title.endToEndEncrypted,
|
||||
description: L10n.PrivacyLockTooltip.Description.thisEmailIsEndToEndEncrypted,
|
||||
additionalDescription: nil
|
||||
)
|
||||
case .receiveE2eExternal:
|
||||
case .sendE2eExternal, .sendE2eEo, .receiveE2eExternal:
|
||||
.init(
|
||||
title: L10n.PrivacyLockTooltip.Title.endToEndEncrypted,
|
||||
description: L10n.PrivacyLockTooltip.Description.thisEmailIsEndToEndEncrypted,
|
||||
|
||||
Reference in New Issue
Block a user