Skip to content

Commit

Permalink
Merge pull request #378 from seanflyyy/slight-fix
Browse files Browse the repository at this point in the history
Slight fix
  • Loading branch information
seanflyyy committed Nov 7, 2022
2 parents e70ca30 + c72ba2d commit a76d905
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/images/UG-screenshots/UiFindNameAfter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/commons/core/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Messages {
public static final String MESSAGE_INVALID_INDEXES =
"One or more indexes provided are not a valid index number in the displayed student list.";
public static final String MESSAGE_INVALID_STUDENT_DISPLAYED_INDEX = "Invalid student index(es) provided.";
public static final String MESSAGE_STUDENTS_LISTED_OVERVIEW = "%1$d students listed!";
public static final String MESSAGE_STUDENTS_LISTED_OVERVIEW = "%1$d student(s) listed!";
public static final String MESSAGE_INVALID_STUDENT_SCHEDULE_INDEX = "The student index provided is invalid.\n"
+ "Please refer to the indexes displayed in the schedule list on the right.";
public static final String MESSAGE_DUPLICATE_INDEXES = "Indexes provided must be unique.";
Expand Down

0 comments on commit a76d905

Please sign in to comment.