1 parent 4f73c1d commit 80390baCopy full SHA for 80390ba
1 file changed
ui/src/app/automation/automation.component.html
@@ -71,7 +71,7 @@ <h2>Create scheduled sync</h2>
71
formGroup.controls['startOffsetDays'].hasError('max')
72
) {
73
<mat-error>
74
- Enter a value between -365 and 365.
+ Enter a value between -1 and 7.
75
</mat-error>
76
}
77
</mat-form-field>
@@ -95,7 +95,7 @@ <h2>Create scheduled sync</h2>
95
formGroup.controls['endOffsetDays'].hasError('max')
96
97
98
99
100
101
0 commit comments