mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-20 22:30:45 +08:00
clearer pat login prompt for scopes
This commit is contained in:
@@ -58,7 +58,7 @@ final class LoginSplashViewController: UIViewController, GithubSessionListener {
|
||||
@IBAction func onPersonalAccessTokenButton(_ sender: Any) {
|
||||
let alert = UIAlertController(
|
||||
title: NSLocalizedString("Personal Access Token", comment: ""),
|
||||
message: NSLocalizedString("To sign in using a Personal Access Token, enter it here:", comment: ""),
|
||||
message: NSLocalizedString("Sign in with a Personal Access Token with both repo and user scopes.", comment: ""),
|
||||
preferredStyle: .alert
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user