Skip to content

Commit

Permalink
Complete the edit
Browse files Browse the repository at this point in the history
  • Loading branch information
woowenjun99 committed Mar 29, 2023
1 parent 4f80485 commit a7b844a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/duke/constants/ErrorMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface ErrorMessage {
String SHOWRATE_SYNTAX = "Please structure show-rate as 'show-rate CURRENCY CURRENCY [AMOUNT]'";
String ACCOUNT_ALREADY_EXISTS = "You already have an account of this currency";
String INVALID_UPDATE_BALANCE_ACTION = "The provided action for updating balance was invalid";
String EXCEED_AMOUNT_ALLOWED = "You are not allowed to store more than $10,000,000 in your account.\n Please"
String EXCEED_AMOUNT_ALLOWED = "You are not allowed to store more than $10,000,000 in your account.\nPlease"
+ " check how much you have in your balance and how much you are depositing before adding the value in.";
String EXCHANGE_AMOUNT_TOO_SMALL = "The amount is too small to exchange " +
"(e.g. does not become at least 0.01 in the target currency)";
Expand Down

0 comments on commit a7b844a

Please sign in to comment.