diff --git a/app/views/spree/admin/orders/index.html.haml b/app/views/spree/admin/orders/index.html.haml index 96cddca13b..ee1f4adad8 100644 --- a/app/views/spree/admin/orders/index.html.haml +++ b/app/views/spree/admin/orders/index.html.haml @@ -24,11 +24,10 @@ %table#listing_orders.index.responsive{width: "100%", 'ng-init' => 'initialise()', 'ng-show' => "!RequestMonitor.loading && orders.length > 0" } %colgroup - %col{style: "width: 10%"} + %col{style: "width: 3%"} %thead %tr %th - = t('.select_all') %input{type: 'checkbox', 'ng-click' => 'toggleAll()'} %th = t(:products_distributor) diff --git a/config/locales/en.yml b/config/locales/en.yml index b9e2d509a9..3f9c2f4b1b 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2695,7 +2695,6 @@ See the %{link} to find out more about %{sitename}'s features and to start using no_orders_found: "No Orders Found" results_found: "%{number} Results found." viewing: "Viewing %{start} to %{end}." - select_all: "Select All" print_invoices: "Print Invoices" invoice: issued_on: Issued on