Skip to content

Commit 80390ba

Browse files
committed
fix offset error message
1 parent 4f73c1d commit 80390ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ui/src/app/automation/automation.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ <h2>Create scheduled sync</h2>
7171
formGroup.controls['startOffsetDays'].hasError('max')
7272
) {
7373
<mat-error>
74-
Enter a value between -365 and 365.
74+
Enter a value between -1 and 7.
7575
</mat-error>
7676
}
7777
</mat-form-field>
@@ -95,7 +95,7 @@ <h2>Create scheduled sync</h2>
9595
formGroup.controls['endOffsetDays'].hasError('max')
9696
) {
9797
<mat-error>
98-
Enter a value between -365 and 365.
98+
Enter a value between -1 and 7.
9999
</mat-error>
100100
}
101101
</mat-form-field>

0 commit comments

Comments
 (0)