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 6fdbf3a..04a290d 100644 --- a/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/en-GB/com_patchtester.ini @@ -52,7 +52,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"