From 98e44de7a1ff417d5323efbbdd9f6f2a7ebe5626 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 29 Jul 2020 11:45:58 -0400 Subject: [PATCH] Update capitalization to match PF guidelines --- .../NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx index c1ef9666b5..9e1bc5023a 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeTypeStep/WorkflowJobTemplatesList.jsx @@ -78,19 +78,19 @@ function WorkflowJobTemplatesList({ isDefault: true, }, { - name: i18n._(t`Organization (Name)`), + name: i18n._(t`Organization (name)`), key: 'organization__name', }, { - name: i18n._(t`Inventory (Name)`), + name: i18n._(t`Inventory (name)`), key: 'inventory__name', }, { - name: i18n._(t`Created By (Username)`), + name: i18n._(t`Created by (username)`), key: 'created_by__username', }, { - name: i18n._(t`Modified By (Username)`), + name: i18n._(t`Modified by (username)`), key: 'modified_by__username', }, ]}