From 874b497794e8490cceb194e6dba4cc04f33ff552 Mon Sep 17 00:00:00 2001 From: mabashian Date: Mon, 12 Jul 2021 12:05:38 -0400 Subject: [PATCH] Update label on days field --- .../Modals/NodeModals/DaysToKeepStep.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx index d381877d9f..d721b8eb16 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/DaysToKeepStep.jsx @@ -25,7 +25,7 @@ function DaysToKeepStep() { isRequired validate={combine(validators)} validated={!(meta.touched && meta.error) ? 'default' : 'error'} - label={t`Days to keep`} + label={t`Days of data to be retained`} /> );