mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #11252 from filipefurtad0/invoices_missing_translations
Adds missing key
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user