Skip to content

Commit

Permalink
Merge branch '326-junit-dg-javadoc' of https://github.com/ShaniceTang/tp
Browse files Browse the repository at this point in the history
 into 326-junit-dg-javadoc
  • Loading branch information
ShaniceTang committed Nov 13, 2023
2 parents ced653f + 62a6099 commit f26744b
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 f26744b

Please sign in to comment.