Skip to content

Commit 7246278

Browse files
committed
chore: rename msg
1 parent 6cfe7cc commit 7246278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/event-search/event-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</mat-date-range-input>
1111
<mat-datepicker-toggle [disabled]='false' matSuffix [for]="picker"></mat-datepicker-toggle>
1212
<mat-date-range-picker #picker></mat-date-range-picker>
13-
<mat-hint *ngIf="!searchFormGroup.controls.startDate.hasError('matStartDateInvalid') && !searchFormGroup.controls.endDate.hasError('matEndDateInvalid') && selectedDateRange === dateRanges.custom">Press enter to search</mat-hint>
13+
<mat-hint *ngIf="!searchFormGroup.controls.startDate.hasError('matStartDateInvalid') && !searchFormGroup.controls.endDate.hasError('matEndDateInvalid') && selectedDateRange === dateRanges.custom">Select a date range</mat-hint>
1414
<mat-error *ngIf="searchFormGroup.controls.startDate.hasError('matStartDateInvalid') || searchFormGroup.controls.endDate.hasError('matEndDateInvalid')">Invalid date range</mat-error>
1515

1616

0 commit comments

Comments
 (0)