Fix and clean up bank account translations for English and German

This commit is contained in:
Patrick Gansterer 2019-10-30 12:42:41 +01:00
parent 0564b18e22
commit c559a31a9e
8 changed files with 149 additions and 35 deletions

View file

@ -2,7 +2,7 @@
- content_for :actionbar do
= link_to t('.assign_unlinked_transactions'), assign_unlinked_transactions_finance_bank_account_path(@bank_account), class: 'btn'
= link_to t('.import_transaction'), import_finance_bank_account_path(@bank_account), class: 'btn btn-primary'
= link_to t('.import_transactions'), import_finance_bank_account_path(@bank_account), class: 'btn btn-primary'
.well.well-small
= form_tag finance_bank_account_transactions_path, :method => :get, :remote => true,

View file

@ -1,6 +1,6 @@
.modal-header
= close_button :modal
%h3= t('.add_invoice')
%h3= t('.title')
.modal-body
%table.table.table-striped
%thead

View file

@ -1,6 +1,6 @@
.modal-header
= close_button :modal
%h3= t('.add_invoice')
%h3= t('.title')
.modal-body
%table.table.table-striped
%thead

View file

@ -1,6 +1,6 @@
.modal-header
= close_button :modal
%h3= t('.add_invoice')
%h3= t('.title')
.modal-body
%table.table.table-striped
%thead