|
@@ -645,8 +645,8 @@ extension KMRequestServerManager {
|
|
|
loginAlert = NSAlert()
|
|
|
loginAlert?.messageText = NSLocalizedString("Please Log in again", comment: "")
|
|
|
loginAlert?.informativeText = NSLocalizedString("Your account has been logged into another device. If it was not done by you, please change your password as soon as possible.", comment: "")
|
|
|
- loginAlert?.addButton(withTitle: NSLocalizedString("登录", comment: ""))
|
|
|
- loginAlert?.addButton(withTitle: NSLocalizedString("取消", comment: ""))
|
|
|
+ loginAlert?.addButton(withTitle: NSLocalizedString("Change Password", comment: ""))
|
|
|
+ loginAlert?.addButton(withTitle: NSLocalizedString("Cancel", comment: ""))
|
|
|
var window = NSApp.mainWindow
|
|
|
if NSApp.mainWindow?.sheets.first != nil {
|
|
|
window = NSApp.mainWindow?.sheets.first
|