Skip to content

Commit

Permalink
Updates Status error message
Browse files Browse the repository at this point in the history
  • Loading branch information
FionaQY committed Nov 4, 2024
1 parent 373097f commit c8f8e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/seedu/address/model/status/Status.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
public class Status {

public static final String MESSAGE_CONSTRAINTS = "The statuses are only none, non-urgent and urgent. Please use "
+ "only one of them";
public static final String MESSAGE_CONSTRAINTS = "The Statuses are None, Non_Urgent and Urgent. Please use "
+ "one of them.";

public final StatusEnum status;

Expand Down

0 comments on commit c8f8e29

Please sign in to comment.