Update copy

This commit is contained in:
nielsandriesse 2020-07-30 15:27:21 +10:00
parent 6529d3192b
commit 7f4fd06fc2
1 changed files with 2 additions and 2 deletions

View File

@ -18,14 +18,14 @@ final class MultiDeviceRemovalSheet : Sheet {
private lazy var explanation: String = {
if UserDefaults.standard[.masterHexEncodedPublicKey] != nil {
let format = """
Youre seeing this because this is a secondary device in a multi-device setup. To improve reliability and stability, weve decided to temporarily disable Sessions multi-device functionality on %@. Device linking has been disabled, and the next update will erase existing secondary devices.
Youre seeing this because this is a secondary device in a multi-device setup. To improve reliability and stability, weve decided to temporarily disable Sessions multi-device functionality. Device linking has been disabled, and existing secondary clients will be erased on %@.
To read more about this change, visit the Session FAQ at getsession.org/faq.
"""
return String(format: format, removalDateDescription)
} else {
let format = """
Youre seeing this because you have a secondary device linked to your Session ID. To improve reliability and stability, weve decided to temporarily disable Sessions multi-device functionality on %@. Device linking has been disabled, and the next update will erase existing secondary devices.
Youre seeing this because you have a secondary device linked to your Session ID. To improve reliability and stability, weve decided to temporarily disable Sessions multi-device functionality. Device linking has been disabled, and existing secondary clients will be erased on %@.
To read more about this change, visit the Session FAQ at getsession.org/faq
"""