diff --git a/src/locales/en.json b/src/locales/en.json index abb0ac3..c192ba5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -6,11 +6,8 @@ "Activate": "Activate", "Add": "Add", "Add filters": "Add filters", - "Add inventory lookup filters.": "Add inventory lookup filters.", "Add inventory rule": "Add inventory rule", - "Add order filters.": "Add order filters.", "Add sorting": "Add sorting", - "Add sorting rules.": "Add sorting rules.", "All facilities enabled for online fulfillment will be attempted for brokering if no filter is applied.": "All facilities enabled for online fulfillment will be attempted for brokering if no filter is applied.", "All orders in all parkings will be attempted if no filter is applied.": "All orders in all parkings will be attempted if no filter is applied.", "Allow partial allocation": "Allow partial allocation", diff --git a/src/views/BrokeringQuery.vue b/src/views/BrokeringQuery.vue index 050a8e3..22d7f98 100644 --- a/src/views/BrokeringQuery.vue +++ b/src/views/BrokeringQuery.vue @@ -52,7 +52,6 @@
- {{ translate("Add order filters.") }}
- {{ translate("Add sorting rules.") }}
- {{ translate("Add inventory lookup filters.") }}
{{ translate("All orders in all parkings will be attempted if no filter is applied.") }}
{{ translate("Orders will be brokered based on order date if no sorting is specified.") }}
{{ translate("All facilities enabled for online fulfillment will be attempted for brokering if no filter is applied.") }}
- {{ translate("Learn more") }}{{ translate(" about enabling a facility for online fulfillment.") }}
+ {{ translate("Learn more") }}{{ translate(" about enabling a facility for online fulfillment.") }}