diff --git a/administrator/components/com_patchtester/language/en-US/com_patchtester.ini b/administrator/components/com_patchtester/language/en-US/com_patchtester.ini index d50102d..ab19b55 100644 --- a/administrator/components/com_patchtester/language/en-US/com_patchtester.ini +++ b/administrator/components/com_patchtester/language/en-US/com_patchtester.ini @@ -48,18 +48,18 @@ COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Select 'Credentials' to use authentication t COM_PATCHTESTER_FIELD_GH_AUTH_LABEL="GitHub Authentication Method" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_CREDENTIALS="Credentials" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Token" -COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account Username' field. Note that accounts using Two Factor Authentication will not work with username and password authentication." +COM_PATCHTESTER_FIELD_GH_PASSWORD_DESC="Password for the account entered in the 'GitHub Account Username' field. Note that accounts using Two Factor Authentication will not work with username and password authentication.

GitHub will discontinue the use of username and password on of November 13, 2020 at 4:00 PM UTC. It is highly recommended to use the Token Authentication Method

" COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password" -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." +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_GH_USER_DESC="Name of account on GitHub to use to authenticate to the API." COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username" -COM_PATCHTESTER_FIELD_ORG_DESC="A username or organization on GitHub to monitor pull requests for." +COM_PATCHTESTER_FIELD_ORG_DESC="A username or organisation on GitHub to monitor pull requests for." COM_PATCHTESTER_FIELD_ORG_LABEL="Custom Project Owner" COM_PATCHTESTER_FIELD_REPO_DESC="Name of a repository on GitHub to monitor pull requests for." COM_PATCHTESTER_FIELD_REPO_LABEL="Custom Project Repository" COM_PATCHTESTER_FIELD_REPOSITORY_CUSTOM="Custom" -COM_PATCHTESTER_FIELD_REPOSITORY_DESC="Available Joomla! repositories. Select to autopopulate the organization and repository fields values." +COM_PATCHTESTER_FIELD_REPOSITORY_DESC="Available Joomla! repositories. Select to autopopulate the organisation and repository fields values." COM_PATCHTESTER_FIELD_REPOSITORY_LABEL="GitHub Repository" COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_INSTALL_FROM_WEB="Joomla! Install From Web Plugin" COM_PATCHTESTER_FIELD_REPOSITORY_OPTION_JOOMLA_CMS="Joomla! CMS" @@ -112,6 +112,6 @@ COM_PATCHTESTER_TOOLBAR_RESET="Reset" COM_PATCHTESTER_VIEW_ON_GITHUB="View on GitHub" COM_PATCHTESTER_VIEW_ON_JOOMLA_ISSUE_TRACKER="View on Joomla! Issue Tracker" COM_PATCHTESTER_XML_DESCRIPTION="Component for pull request management testing" -COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied, because it couldn't be retrieved from server." -COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied, because it couldn't be extracted." +COM_PATCHTESTER_ZIP_DOES_NOT_EXIST="The patch could not be applied because it couldn't be retrieved from server." +COM_PATCHTESTER_ZIP_EXTRACT_FAILED="The patch could not be applied because it couldn't be extracted."