Skip to content

Commit

Permalink
Update src/main/java/seedu/cafectrl/ui/Messages.java
Browse files Browse the repository at this point in the history
Co-authored-by: NaychiMin <[email protected]>
  • Loading branch information
ShaniceTang and NaychiMin authored Nov 13, 2023
1 parent b54b380 commit 62a6099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/cafectrl/ui/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class Messages {
public static final String SAVE_FILE_FORMAT_MENU = "Format for Menu.txt: \n"
+ "{Dish Name} | {Dish Price} | {Ingredient Name} - {Ingredient Qty} - {Ingredient Unit} |";
public static final String SAVE_FILE_FORMAT_ORDERS = "Format for Orders.txt: \n"
+ "{Order Day} | {Dish Name} | {Dish Order Qty} | {Total Order Cost} | {Order Complete Status}";
+ "{Order Day} | {Dish Name} | {Dish Order Qty} | {Dish Price} | {Order Complete Status}";
public static final String SAVE_FILE_FORMAT_PANTRY_STOCK = "Format for Pantry_stock.txt: \n"
+ "{Ingredient Name} | {Ingredient Qty} | {Ingredient Unit}";
public static final String SALES_LAST_DAY_TEXT_TAMPERED = "Unfortunately, any empty order lists after "
Expand Down

0 comments on commit 62a6099

Please sign in to comment.