|
@@ -143,12 +143,12 @@ class KMSignUpView: KMBaseXibView {
|
|
|
], range: (fullString as NSString).range(of: fullString))
|
|
|
attributedString.addAttributes([
|
|
|
.foregroundColor: linkColor,
|
|
|
- .link: NSLocalizedString("https://www.pdfreaderpro.com/store?mode=edu", comment: ""),
|
|
|
+ .link: NSLocalizedString("https://www.pdfreaderpro.com/terms_of_service", comment: ""),
|
|
|
.font: font
|
|
|
], range: specialOfferRange)
|
|
|
attributedString.addAttributes([
|
|
|
.foregroundColor: linkColor,
|
|
|
- .link: NSLocalizedString("https://www.pdfreaderpro.com/vpp-purchase-program", comment: ""),
|
|
|
+ .link: NSLocalizedString("https://www.pdfreaderpro.com/privacy-policy", comment: ""),
|
|
|
.font: font
|
|
|
], range: contactsUsRange)
|
|
|
privacyLabel.attributedStringValue = attributedString
|