mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fix missing translation
This commit is contained in:
parent
ca1c7f9f4e
commit
59e09f8df8
@ -1,6 +1,6 @@
|
||||
<div class="px-4 py-5 border-b border-gray-200 sm:px-6">
|
||||
<h3 class="text-lg font-medium leading-6 text-gray-900">
|
||||
{{ ctrans('texts.account_information') }}
|
||||
{{ ctrans('texts.add_bank_account') }}
|
||||
</h3>
|
||||
|
||||
<p class="max-w-2xl mt-1 text-sm leading-5 text-gray-500">
|
||||
|
@ -5,7 +5,7 @@
|
||||
</h3>
|
||||
|
||||
<p class="max-w-2xl mt-1 text-sm leading-5 text-gray-500">
|
||||
{{ ctrans('texts.enter_the_address_information_for_the_account_holder') }}
|
||||
{{ ctrans('texts.enter_information_for_the_account_holder') }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="px-4 py-2 sm:px-6 lg:grid lg:grid-cols-3 lg:gap-4 lg:flex lg:items-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user