mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 11:27:36 -02:30
AAP-12273 remove incorrect sentence conjugation (#14946)
AAP-12273 remove incorrect sentance conjugation Co-authored-by: David O Neill <daoneill@redhat.com>
This commit is contained in:
@@ -121,10 +121,10 @@ const getInventoryHelpTextStrings = () => ({
|
|||||||
<br />
|
<br />
|
||||||
{value && (
|
{value && (
|
||||||
<div>
|
<div>
|
||||||
{t`If you want the Inventory Source to update on
|
{t`If you want the Inventory Source to update on launch , click on Update on Launch,
|
||||||
launch and on project update, click on Update on launch, and also go to`}
|
and also go to `}
|
||||||
<Link to={`/projects/${value.id}/details`}> {value.name} </Link>
|
<Link to={`/projects/${value.id}/details`}> {value.name} </Link>
|
||||||
{t`and click on Update Revision on Launch`}
|
{t`and click on Update Revision on Launch.`}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
@@ -140,8 +140,8 @@ const getInventoryHelpTextStrings = () => ({
|
|||||||
<br />
|
<br />
|
||||||
{value && (
|
{value && (
|
||||||
<div>
|
<div>
|
||||||
{t`If you want the Inventory Source to update on
|
{t`If you want the Inventory Source to update on launch , click on Update on Launch,
|
||||||
launch and on project update, click on Update on launch, and also go to`}
|
and also go to `}
|
||||||
<Link to={`/projects/${value.id}/details`}> {value.name} </Link>
|
<Link to={`/projects/${value.id}/details`}> {value.name} </Link>
|
||||||
{t`and click on Update Revision on Launch`}
|
{t`and click on Update Revision on Launch`}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user