Skip to content

Commit 927cb85

Browse files
committed
Make saving to keychain more obvious
1 parent baf84d1 commit 927cb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AltServer/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ private extension AppDelegate {
329329
logInMenuItem.action = #selector(logoutFromAppleID)
330330
} catch {
331331
print("Error getting stored AppleID credentials: \(error)")
332-
logInMenuItem.title = "Log in..."
332+
logInMenuItem.title = "Save Apple ID Login..."
333333
logInMenuItem.action = #selector(loginToAppleID)
334334
}
335335
}

0 commit comments

Comments
 (0)