|
@@ -69,7 +69,7 @@ class KMSecureLimitAlertView: NSView {
|
|
self.deleteButton.target = self
|
|
self.deleteButton.target = self
|
|
self.deleteButton.action = #selector(deleteButtonAction)
|
|
self.deleteButton.action = #selector(deleteButtonAction)
|
|
|
|
|
|
- self.funcButtonVC?.stringValue = NSLocalizedString("Remove Restrictions", comment: "")
|
|
|
|
|
|
+ self.funcButtonVC?.stringValue = NSLocalizedString("Enter Password", comment: "")
|
|
self.funcButtonVC?.target = self
|
|
self.funcButtonVC?.target = self
|
|
self.funcButtonVC?.action = #selector(funcButtonAction)
|
|
self.funcButtonVC?.action = #selector(funcButtonAction)
|
|
self.funcButtonVC?.button(type: .Ghost, size: .m)
|
|
self.funcButtonVC?.button(type: .Ghost, size: .m)
|