diff --git a/api/management/commands/clean_orders.py b/api/management/commands/clean_orders.py
index a8d93d65..73535cd1 100644
--- a/api/management/commands/clean_orders.py
+++ b/api/management/commands/clean_orders.py
@@ -22,7 +22,6 @@ class Command(BaseCommand):
Order.Status.DEL,
Order.Status.UCA,
Order.Status.EXP,
- Order.Status.FSE,
Order.Status.DIS,
Order.Status.CCA,
Order.Status.PAY,
diff --git a/frontend/src/components/OrderPage.js b/frontend/src/components/OrderPage.js
index 7fe9c1a1..bc2db450 100644
--- a/frontend/src/components/OrderPage.js
+++ b/frontend/src/components/OrderPage.js
@@ -311,7 +311,7 @@ export default class OrderPage extends Component {
Both statements have been received, wait for the staff to resolve the dispute.
- The dispute winner will be asked to submit a LN invoice via the contact methods provided.
+ Both statements have been received, wait for the staff to resolve the dispute.
If you are hesitant about the state of the dispute or want to add more information,
- contact robosats@protonmail.com. If you did not provide a contact method, write us immediately.
Please, save the information needed to identify your order and your payments: order ID;
payment hashes of the bonds or escrow (check on your lightning wallet); exact amount of
@@ -585,10 +585,9 @@ export default class TradeBox extends Component {