|
@@ -51,7 +51,7 @@ class KMPurchaseSuccessWindowController: KMBaseWindowController {
|
|
|
textView.isSelectable = true
|
|
|
textView.textColor = NSColor.black
|
|
|
textView.font = NSFont.SFProTextRegularFont(14)
|
|
|
- let tipsString = NSLocalizedString("Check your order information and benefit in Account Center.%@", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
+ let tipsString = NSLocalizedString("Check your order information and benefit in Account Center. %@", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
let specialOffer = NSLocalizedString("Check Now", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
let fullString = String(format: tipsString, specialOffer)
|
|
|
let paragraphStyle = NSMutableParagraphStyle()
|