From ce1d6d3e38cd7bb5cc2b10d030df11f41735bae7 Mon Sep 17 00:00:00 2001 From: Stefan Wendhausen Date: Sun, 16 Jan 2022 20:06:12 +0100 Subject: [PATCH] remove class there is no class "font-weight-bold" in admin template atum --- .../com_patchtester/language/en-GB/com_patchtester.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini b/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini index 6b6dc9c..781a1a5 100644 --- a/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini @@ -46,7 +46,7 @@ COM_PATCHTESTER_FIELD_CI_SERVER_SWITCH_OPTION_ON="On" COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Select 'Token' for a GitHub API Token" COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="GitHub Authentication Method" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Token" -COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled.

To setup an access token, follow these steps.
  1. Create a Personal Access Token
  2. Click Generate token at the bottom of the page
  3. At the top in the green bar you will find your access token
  4. Copy the token by selecting it or clicking on the clipboard
  5. Paste the token in the GitHub Token field above
  6. Save the changes by clicking the Save & Close button at the top
  7. You can now use the Patch Tester with your token

You can always revoke access by deleting the Personal access token from the Personal access tokens on Github.

" +COM_PATCHTESTER_FIELD_GH_TOKEN_DESC="Use this field to input a GitHub API Token in place of your username and password. Note that this is required if your account has Two Factor Authentication enabled.

To setup an access token, follow these steps.
  1. Create a Personal Access Token
  2. Click Generate token at the bottom of the page
  3. At the top in the green bar you will find your access token
  4. Copy the token by selecting it or clicking on the clipboard
  5. Paste the token in the GitHub Token field above
  6. Save the changes by clicking the Save & Close button at the top
  7. You can now use the Patch Tester with your token

You can always revoke access by deleting the Personal access token from the Personal access tokens on Github.

" COM_PATCHTESTER_FIELD_GH_TOKEN_LABEL="GitHub Token" COM_PATCHTESTER_FIELD_ORG_DESC="A username or organisation on GitHub to monitor pull requests for." COM_PATCHTESTER_FIELD_ORG_LABEL="Custom Project Owner"