Merge pull request #11252 from filipefurtad0/invoices_missing_translations

Adds missing key
This commit is contained in:
jibees
2023-07-21 10:42:35 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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')

View File

@@ -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