diff --git a/src/main/java/florizz/core/Ui.java b/src/main/java/florizz/core/Ui.java index fa9e0565d9..0a28d4a5a6 100644 --- a/src/main/java/florizz/core/Ui.java +++ b/src/main/java/florizz/core/Ui.java @@ -169,7 +169,7 @@ public void printAddFlowerSuccess(ArrayList bouquetList, String flowerN * @param bouquetName */ public void printRemoveFlowerSuccess(ArrayList bouquetList, String flowerName, Integer quantity, String bouquetName) { - System.out.println("You have successfully added the following: " + System.lineSeparator() + + System.out.println("You have successfully removed the following: " + System.lineSeparator() + " - " + quantity + " x " + flowerName + " -> Bouquet: " + bouquetName); printAllBouquets(bouquetList); printBreakLine();