Skip to content

Commit

Permalink
Add date_explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed May 29, 2024
1 parent 719ea32 commit eb45230
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/event-form/event-form.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@
[autoClose]="true"
[restoreFocus]="true"
[minDate]="form.controls.start_date ? form.controls.start_date.value : undefined"/>
<p class="small">
{{"date_explanation" | translate}}
</p>
</div>
<div class="col-3">
<span
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"date_explanation": "For Competitions use the first and last day of the Competition (C1 and C4) as start and end date.",
"closing_date": "Closing date",
"closing_date_explanation": "Optional date to end positions and close other WorldSkills applications."
}

0 comments on commit eb45230

Please sign in to comment.