From 873a1ff108dda9182d268e49e1dc9438d0321966 Mon Sep 17 00:00:00 2001 From: wvengen Date: Wed, 18 Dec 2013 21:58:15 +0100 Subject: [PATCH] update texts --- app/views/orders/index.html.haml | 2 +- config/locales/en.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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