Skip to content

Commit

Permalink
Merge pull request #1136 from ORCID/fix-invalid-date-label
Browse files Browse the repository at this point in the history
fix invalid date label
  • Loading branch information
bobcaprice authored Mar 19, 2024
2 parents a0d5f62 + c1505d6 commit 9d3606b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/affiliation/affiliation-update.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<br />
<div *ngIf="editForm.get('endYear')?.hasError('dateValidator')">
<small class="form-text text-danger" i18n="@@entity.validation.endDate.string">
End date cannot be greater than the start date
Start date cannot be greater than the end date
</small>
</div>
</div>
Expand Down

0 comments on commit 9d3606b

Please sign in to comment.