mirror of https://github.com/gogs/gogs.git
locale: update `[settings] access_token_tips` (#7221)
parent
516cf7d077
commit
d44978c940
|
@ -370,7 +370,7 @@ two_factor_disable_success = Two-factor authentication has disabled successfully
|
|||
manage_access_token = Manage Personal Access Tokens
|
||||
generate_new_token = Generate New Token
|
||||
tokens_desc = Tokens you have generated that can be used to access the Gogs APIs.
|
||||
access_token_tips=The username you log into the Git app with is your personal access token. You can log in with an empty password or "x-access-token" as the password.
|
||||
access_token_tips=The personal access token may be used as either username or password. It is recommended to use the "x-access-token" as the username and the personal access token as the password for Git applications.
|
||||
new_token_desc = Each token will have full access to your account.
|
||||
token_name = Token Name
|
||||
generate_token = Generate Token
|
||||
|
|
Loading…
Reference in New Issue