Moves smart inv vars tooltip to a single line

This commit is contained in:
mabashian 2022-10-10 10:20:58 -04:00
parent 62c773e912
commit bbb00e0674

View File

@ -91,9 +91,7 @@ const SmartInventoryFormFields = ({ inventory }) => {
id="variables"
name="variables"
label={t`Variables`}
tooltip={t`Enter inventory variables using either JSON or YAML syntax.
Use the radio button to toggle between the two. Refer to the
Ansible Controller documentation for example syntax.`}
tooltip={t`Enter inventory variables using either JSON or YAML syntax. Use the radio button to toggle between the two. Refer to the Ansible Controller documentation for example syntax.`}
/>
</FormFullWidthLayout>
</>