diff --git a/frontend/awx/resources/credentials/Credentials.tsx b/frontend/awx/resources/credentials/Credentials.tsx index f420fe10b9..6c0d48d6ff 100644 --- a/frontend/awx/resources/credentials/Credentials.tsx +++ b/frontend/awx/resources/credentials/Credentials.tsx @@ -33,12 +33,12 @@ export function Credentials() { title={t('Credentials')} titleHelpTitle={t('Credential')} titleHelp={t( - `Credentials are utilized by {{product}} for authentication when launching Jobs against machines, synchronizing with inventory sources, and importing project content from a version control system. You can grant users and teams the ability to use these credentials, without actually exposing the credential to the user. If you have a user move to a different team or leave the organization, you don’t have to re-key all of your systems just because that credential was available in {{product}}.`, + `Credentials are utilized by {{product}} for authentication when launching jobs against machines, synchronizing with inventory sources, and importing project content from a version control system. You can grant users and teams the ability to use these credentials, without actually exposing the credential to the user. If you have a user move to a different team or leave the organization, you don’t have to re-key all of your systems just because that credential was available in {{product}}.`, { product } )} titleDocLink={`${getDocsBaseUrl(config)}/html/userguide/credentials.html`} description={t( - `Credentials are utilized by {{product}} for authentication when launching Jobs against machines, synchronizing with inventory sources, and importing project content from a version control system.`, + `Credentials are utilized by {{product}} for authentication when launching jobs against machines, synchronizing with inventory sources, and importing project content from a version control system.`, { product } )} />