fix missing translation

This commit is contained in:
karneaud 2024-07-29 22:11:44 -04:00
parent ca1c7f9f4e
commit 59e09f8df8
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">