diff --git a/app/views/orders/index.html.haml b/app/views/orders/index.html.haml index 9a2ff49f..1a8d7c29 100644 --- a/app/views/orders/index.html.haml +++ b/app/views/orders/index.html.haml @@ -65,6 +65,6 @@ %tr %td{colspan: 6}= t '.no_orders_in_progress' -%h2= t '.ended_orders' +%h2= t '.closed_orders' #orders_table = render partial: 'orders' diff --git a/config/locales/en.yml b/config/locales/en.yml index 397bc4db..158673fb 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1116,10 +1116,11 @@ en: action_end: Close confirm_delete: Do you really want to delete the order? confirm_end: Do you really want to close the order %{order}? There is no going back. - ended_orders: Closed orders + closed_orders: Settled orders new_order: Create new order no_open_orders: There are currently no open orders. open_orders: Current orders + orders_in_progress: Closed, in progress title: Manage orders model: error_closed: Order was already settled