Update label on days field

This commit is contained in:
mabashian
2021-07-12 12:05:38 -04:00
parent 8374533c5f
commit 874b497794

View File

@@ -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>
); );