mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Update label on days field
This commit is contained in:
@@ -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`}
|
||||
/>
|
||||
</Form>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user