Ver Fonte

【会员系统】注销账号在订阅中移除去掉按钮

wangshuai há 3 meses atrás
pai
commit
b11f391193

+ 0 - 1
PDF Office/PDF Master/MemberCenter/WindowsController/KMMemberPromptWC.swift

@@ -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: "")