From 4b64b9085cfaeb7bc8cfa7ae0e1c25711e46bfc3 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Thu, 20 Jul 2023 19:14:49 +0100 Subject: [PATCH] Adds missing keys --- app/views/spree/admin/invoices/_invoices_table.html.haml | 2 +- config/locales/en.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/spree/admin/invoices/_invoices_table.html.haml b/app/views/spree/admin/invoices/_invoices_table.html.haml index 553c9eaea6..1718521112 100644 --- a/app/views/spree/admin/invoices/_invoices_table.html.haml +++ b/app/views/spree/admin/invoices/_invoices_table.html.haml @@ -5,7 +5,7 @@ %th= t(:invoice_number) %th= t(:amount) %th= t(:status) - %th= t(:file) + %th= t(:invoice_file) %tbody - @order.invoices.each do |invoice| - tr_class = cycle('odd', 'even') diff --git a/config/locales/en.yml b/config/locales/en.yml index 624defa10d..896cb91aa0 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3138,6 +3138,7 @@ See the %{link} to find out more about %{sitename}'s features and to start using date_completed: "Date Completed" amount: "Amount" invoice_number: "Invoice Number" + invoice_file: "File" state_names: ready: Ready pending: Pending