mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 03:58:27 +02:00
Add missing translation
This commit is contained in:
parent
5a542d3c67
commit
cff8216d7a
3 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
%dt= t(:payment_term)
|
||||
%dd= t(@invoice.payment_term)
|
||||
|
||||
%dt= t(:"invoice no")
|
||||
%dt= t(:invoice_number)
|
||||
%dd= @invoice.number
|
||||
|
||||
- if @invoice.description.present?
|
||||
|
|
|
@ -175,7 +175,7 @@
|
|||
%dt= t(:payment_term)
|
||||
%dd= t(@invoice.payment_term)
|
||||
|
||||
%dt= t(:"invoice no")
|
||||
%dt= t(:invoice_number)
|
||||
%dd= @invoice.number
|
||||
|
||||
- if @invoice.description.present?
|
||||
|
|
|
@ -666,6 +666,7 @@ en:
|
|||
amount: 'Amount'
|
||||
please_pay_the_following_invoice: 'Please pay the following invoice'
|
||||
invoice_no: 'Invoice no. %{no}'
|
||||
invoice_number: Invoice no.
|
||||
seller: 'Seller'
|
||||
prepayment: 'Prepayment'
|
||||
vat: 'VAT (%{vat_prc}%)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue