From a56117a067dae63aa8d47a94a78593ed210f5855 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Sun, 21 Mar 2021 00:36:56 +1100 Subject: [PATCH] Update en-GB.com_patchtester.ini Update language to remove strings taken out by this PR --- .../language/en-GB/en-GB.com_patchtester.ini | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini b/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini index 609779c2..403216c5 100644 --- a/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini +++ b/administrator/components/com_patchtester/language/en-GB/en-GB.com_patchtester.ini @@ -36,16 +36,11 @@ COM_PATCHTESTER_FETCH_PAGE_NUMBER="Processing page %s of GitHub data" COM_PATCHTESTER_FETCH_PAGE_NUMBER_OF_TOTAL="Processing page %1$s of %2$s pages of GitHub data" COM_PATCHTESTER_FETCH_PROCESSING="Processing data from GitHub" COM_PATCHTESTER_FETCH_SUCCESSFUL="Successfully retrieved pull requests" -COM_PATCHTESTER_FIELD_GH_AUTH_DESC="Select 'Credentials' to use authentication through your GitHub Username and Password, or 'Token' for a GitHub API Token" +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_CREDENTIALS="Credentials" COM_PATCHTESTER_FIELD_GH_AUTH_OPTION_TOKEN="Token" -COM_PATCHTESTER_FIELD_GH_PASSWORD_LABEL="GitHub Account Password" -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_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_LABEL="GitHub Token" -COM_PATCHTESTER_FIELD_GH_USER_LABEL="GitHub Account Username" -COM_PATCHTESTER_FIELD_GH_USER_DESC="Name of account on GitHub to use to authenticate to the API." COM_PATCHTESTER_FIELD_ORG_LABEL="Custom Project Owner" COM_PATCHTESTER_FIELD_ORG_DESC="A username or organisation on GitHub to monitor pull requests for." COM_PATCHTESTER_FIELD_REPO_LABEL="Custom Project Repository"