mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 11:41:08 -03:30
Update label on days field
This commit is contained in:
@@ -25,7 +25,7 @@ function DaysToKeepStep() {
|
|||||||
isRequired
|
isRequired
|
||||||
validate={combine(validators)}
|
validate={combine(validators)}
|
||||||
validated={!(meta.touched && meta.error) ? 'default' : 'error'}
|
validated={!(meta.touched && meta.error) ? 'default' : 'error'}
|
||||||
label={t`Days to keep`}
|
label={t`Days of data to be retained`}
|
||||||
/>
|
/>
|
||||||
</Form>
|
</Form>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user