Skip to content

Commit

Permalink
Merge pull request #305 from suvarnakale/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #0000 fixes: start and end time and date errors shown and handled
  • Loading branch information
itsvick authored Sep 27, 2024
2 parents 6579ada + 6d6d59e commit ef15827
Show file tree
Hide file tree
Showing 2 changed files with 261 additions and 153 deletions.
6 changes: 5 additions & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,11 @@
"LEARNER_POSTREQUISITES": "Learner's Post-requisites",
"CANT_SELECT_AS_EVENT_PASSED_LIVE": "Can not select topic and subtopic as event is already passed or live.",
"COURSE_TYPE": "Course Type",
"BOARD_MEDIUM_GRADE_NOT_ASSIGNED": "Board, Medium, Grade not assigned to Center."
"BOARD_MEDIUM_GRADE_NOT_ASSIGNED": "Board, Medium, Grade not assigned to Center.",
"START_TIME_ERROR": "Start time cannot be later than end time.",
"END_TIME_ERROR": "End time cannot be earlier than start time.",
"START_DATE_ERROR": "Start date cannot be later than end date.",
"END_DATE_ERROR": "End date cannot be earlier than start date."
},
"MANAGE_USERS": {
"CENTERS_REQUESTED_SUCCESSFULLY": "Center requested successfully",
Expand Down
Loading

0 comments on commit ef15827

Please sign in to comment.