From d44978c940a2dd77295fbef01dc1bc74f9002521 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 31 Oct 2022 12:02:06 +0800 Subject: [PATCH] locale: update `[settings] access_token_tips` (#7221) --- conf/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index e4cf3ddd3..b71452009 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