From bbb00e067487e52fa69e32d2385c4b69dcbe7404 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 10 Oct 2022 10:20:58 -0400 Subject: [PATCH] Moves smart inv vars tooltip to a single line --- awx/ui/src/screens/Inventory/shared/SmartInventoryForm.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/awx/ui/src/screens/Inventory/shared/SmartInventoryForm.js b/awx/ui/src/screens/Inventory/shared/SmartInventoryForm.js index c8a2fb6895..17d5fc091f 100644 --- a/awx/ui/src/screens/Inventory/shared/SmartInventoryForm.js +++ b/awx/ui/src/screens/Inventory/shared/SmartInventoryForm.js @@ -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.`} />