diff options
author | Joe Chen <jc@unknwon.io> | 2022-10-31 12:02:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 12:02:06 +0800 |
commit | d44978c940a2dd77295fbef01dc1bc74f9002521 (patch) | |
tree | f7e26286aa212bd197ed68bd605f745712ac98c6 /conf | |
parent | 516cf7d0770b9f6ef4541e7f88d69eca0eea92c7 (diff) |
locale: update `[settings] access_token_tips` (#7221)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index e4cf3ddd..b7145200 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -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 |