Fix and clean up bank account translations for English and German
This commit is contained in:
parent
0564b18e22
commit
c559a31a9e
8 changed files with 149 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.modal-header
|
||||
= close_button :modal
|
||||
%h3= t('.add_invoice')
|
||||
%h3= t('.title')
|
||||
.modal-body
|
||||
%table.table.table-striped
|
||||
%thead
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.modal-header
|
||||
= close_button :modal
|
||||
%h3= t('.add_invoice')
|
||||
%h3= t('.title')
|
||||
.modal-body
|
||||
%table.table.table-striped
|
||||
%thead
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.modal-header
|
||||
= close_button :modal
|
||||
%h3= t('.add_invoice')
|
||||
%h3= t('.title')
|
||||
.modal-body
|
||||
%table.table.table-striped
|
||||
%thead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue