Wrap credential help text at 110 chars

This commit is contained in:
Jake McDermott 2020-03-04 08:24:20 -05:00
parent ccd36b9560
commit d812972d3c
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -368,9 +368,11 @@ class JobTemplateForm extends Component {
label={i18n._(t`Credentials`)}
promptId="template-ask-credential-on-launch"
promptName="ask_credential_on_launch"
tooltip={i18n._(
t`Select credentials that allow Tower to access the nodes this job will be ran against. You can only select one credential of each type. For machine credentials (SSH), checking "Prompt on launch" without selecting credentials will require you to select a machine credential at run time. If you select credentials and check "Prompt on launch", the selected credential(s) become the defaults that can be updated at run time.`
)}
tooltip={i18n._(t`Select credentials that allow Tower to access the nodes this job will be ran
against. You can only select one credential of each type. For machine credentials (SSH),
checking "Prompt on launch" without selecting credentials will require you to select a machine
credential at run time. If you select credentials and check "Prompt on launch", the selected
credential(s) become the defaults that can be updated at run time.`)}
>
<Field name="credentials" fieldId="template-credentials">
{({ field }) => {