|
@@ -34,7 +34,7 @@ class KMMessageDiscountGuideView: NSView {
|
|
|
}()
|
|
|
|
|
|
private lazy var subTitleLabel_: NSTextField = {
|
|
|
- let view = NSTextField(wrappingLabelWithString: NSLocalizedString("Try all features for free or get coupons to purchase", comment: ""))
|
|
|
+ let view = NSTextField(wrappingLabelWithString: NSLocalizedString("Get new user coupons or get a 7-day free trial of all features!", comment: ""))
|
|
|
view.font = .SFProTextRegularFont(12)
|
|
|
view.textColor = NSColor(hex: "#273C62")
|
|
|
return view
|