Skip to content

Commit

Permalink
updated the capitalization of jobs in the credential description (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
aratti96 authored Oct 4, 2023
1 parent 4b9b9a6 commit c30028b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/awx/resources/credentials/Credentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
)}
/>
Expand Down

0 comments on commit c30028b

Please sign in to comment.