Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103T-W10-2#180 from choiwab/bugfix/UI
Browse files Browse the repository at this point in the history
Switch order in add appt error message
  • Loading branch information
jayjay19630 authored Nov 3, 2024
2 parents 3099bec + c897ede commit c57a71f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public class AddAppointmentCommand extends AddCommand {
+ "[" + PREFIX_SICKNESS + "SICKNESS] "
+ "[" + PREFIX_MEDICINE + "MEDICINE] \n"
+ "Example: " + COMMAND_WORD + " " + APPOINTMENT_ENTITY_STRING + " "
+ PREFIX_PERSON_ID + "1 "
+ PREFIX_APPOINTMENT_TYPE + "Check up "
+ PREFIX_DATETIME + "2024-10-16 12:30:30 "
+ PREFIX_PERSON_ID + "1 "
+ PREFIX_SICKNESS + "Common Cold "
+ PREFIX_MEDICINE + "Paracetamol";

Expand Down

0 comments on commit c57a71f

Please sign in to comment.