From 3e0d0ec62da0eae59a251c4f439c17c06658ecb8 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 29 Jul 2020 11:39:32 -0400 Subject: [PATCH] Update capitalization to match PF guidelines --- .../Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx index c8aec98db2..bcff14d660 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/InventorySourcesList.jsx @@ -75,8 +75,8 @@ function InventorySourcesList({ i18n, nodeResource, onUpdateNodeResource }) { name: i18n._(t`Source`), key: 'source', options: [ - [`file`, i18n._(t`File, Directory or Script`)], - [`scm`, i18n._(t`Sourced from a Project`)], + [`file`, i18n._(t`File, directory or script`)], + [`scm`, i18n._(t`Sourced from a project`)], [`ec2`, i18n._(t`Amazon EC2`)], [`gce`, i18n._(t`Google Compute Engine`)], [`azure_rm`, i18n._(t`Microsoft Azure Resource Manager`)], @@ -85,7 +85,7 @@ function InventorySourcesList({ i18n, nodeResource, onUpdateNodeResource }) { [`openstack`, i18n._(t`OpenStack`)], [`rhv`, i18n._(t`Red Hat Virtualization`)], [`tower`, i18n._(t`Ansible Tower`)], - [`custom`, i18n._(t`Custom Script`)], + [`custom`, i18n._(t`Custom script`)], ], }, ]}