Skip to content

Commit

Permalink
Merge pull request #116 from woowenjun99/fix-up-the-dg
Browse files Browse the repository at this point in the history
Delete messages
  • Loading branch information
Bawfen authored Mar 29, 2023
2 parents 162429c + a7b844a commit 02a9c1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/seedu/duke/constants/ErrorMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public interface ErrorMessage {
String MORE_THAN_ONE_CURRENCY_PROVIDED = "Please do not provide more than one currency.";
String NO_SUCH_ACCOUNT = "You do not have an account for the currency.";

String INVALID_WITHDRAW_COMMAND = "Please check that you have correctly provided the currency and amount";
String NO_AMOUNT_PROVIDED = "Please provide an amount to be added.";

String INVALID_EXCHANGE_ARGUMENT = "Please structure your exchange as " +
Expand All @@ -28,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. 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 02a9c1a

Please sign in to comment.