mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Update label on days field
This commit is contained in:
parent
8374533c5f
commit
874b497794
@ -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>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user