Merge pull request #2442 from internetee/2431-monthly-invoice-change-email

Add monthly invoice email description
This commit is contained in:
Timo Võhmar 2022-10-06 10:56:25 +03:00 committed by GitHub
commit 6a18c5948d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,5 @@
<%= t(:you_have_a_new_invoice) %>
<%= t(:you_have_a_new_invoice) %><br>
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
<br><br>
<%= t(:sincerely) %>,<br>
<%= Setting.registry_invoice_contact %><br>

View file

@ -1,4 +1,5 @@
<%= t(:you_have_a_new_invoice) %>
<%= t(:monthly_invoice) if @invoice.monthly_invoice %>
<%= t(:sincerely) %>,
<%= Setting.registry_invoice_contact %>

View file

@ -544,6 +544,7 @@ en:
bind_manually: 'Bind manually'
client: 'Client'
you_have_a_new_invoice: 'You have a new invoice.'
monthly_invoice: "Here comes the report with the last month's credit account activities."
sincerely: 'Sincerely'
expiry: 'Expiry'
failed_to_create_crt_csr_already_signed: 'Failed to create certificate: CSR is already signed'

View file

@ -14,3 +14,6 @@ et:
already_paid: " (juba makstud)"
monthly_invoice: " (kuuaruanne)"
monthly_invoice_description: 'Kuuaruanne'
you_have_a_new_invoice: 'Teil on uus arve.'
monthly_invoice: "Siit tuleb aruanne möödunud kuul ettemaksukontoga seotud tasuliste toimingutega."
sincerely: 'Lugupidamisega'