From b71645f3b184533f91448bdee547f4364c2de8f1 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 7 Mar 2024 19:04:11 +0000 Subject: [PATCH] AAP-12273 remove incorrect sentence conjugation (#14946) AAP-12273 remove incorrect sentance conjugation Co-authored-by: David O Neill --- .../src/screens/Inventory/shared/Inventory.helptext.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/awx/ui/src/screens/Inventory/shared/Inventory.helptext.js b/awx/ui/src/screens/Inventory/shared/Inventory.helptext.js index 8f81048639..583862114b 100644 --- a/awx/ui/src/screens/Inventory/shared/Inventory.helptext.js +++ b/awx/ui/src/screens/Inventory/shared/Inventory.helptext.js @@ -121,10 +121,10 @@ const getInventoryHelpTextStrings = () => ({
{value && (
- {t`If you want the Inventory Source to update on - launch and on project update, click on Update on launch, and also go to`} + {t`If you want the Inventory Source to update on launch , click on Update on Launch, + and also go to `} {value.name} - {t`and click on Update Revision on Launch`} + {t`and click on Update Revision on Launch.`}
)} @@ -140,8 +140,8 @@ const getInventoryHelpTextStrings = () => ({
{value && (
- {t`If you want the Inventory Source to update on - launch and on project update, click on Update on launch, and also go to`} + {t`If you want the Inventory Source to update on launch , click on Update on Launch, + and also go to `} {value.name} {t`and click on Update Revision on Launch`}