|
@@ -67,7 +67,6 @@ class KMMemberPromptWC: NSWindowController {
|
|
|
} else if tipType == .unsubscribe {
|
|
|
title = NSLocalizedString("Hint", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
subTitle = NSLocalizedString("You are currently in a membership subscription. To prevent further deductions in the next cycle, please cancel your subscription on the payment platform before removing your account.", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
- cance = NSLocalizedString("Cancel", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
yes = NSLocalizedString("Got it", tableName: "MemberCenterLocalizable", comment: "")
|
|
|
} else if tipType == .signout {
|
|
|
title = NSLocalizedString("Warning", tableName: "MemberCenterLocalizable", comment: "")
|