Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
kngys committed Nov 7, 2024
1 parent d02bc70 commit ec2b16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/logic/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Messages {
+ "Amount should be a number of up to 2 decimal places.\n"
+ "Amount should contain only digits (0-9), at most 1 decimal point (.), and at most 1 minus sign (-).\n"
+ "If decimal point is used, there should be at least 1 digit before the decimal point.\n"
+ "If the minus sign is used, it should be the first character.";
+ "If minus sign is used, it should be the first character.";
public static final String MESSAGE_INVALID_DATE_FORMAT = "Incorrect date format or invalid date!\n"
+ "Date format: YYYY-MM-DD";
public static final String MESSAGE_INVALID_MONTH_FORMAT = "Incorrect month format or invalid month!\n"
Expand Down

0 comments on commit ec2b16d

Please sign in to comment.