[PM-37798] Fix bank account section label to show "Bank account details" (#20779)

This commit is contained in:
Nick Krantz 2026-06-01 11:13:51 -05:00 committed by GitHub
parent 873d421607
commit b16d99dafc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 11 additions and 2 deletions

View File

@ -2229,6 +2229,9 @@
"bankAccount": {
"message": "Bank account"
},
"bankAccountDetails": {
"message": "Bank account details"
},
"typeNote": {
"message": "Note"
},

View File

@ -5134,6 +5134,9 @@
"bankAccount": {
"message": "Bank account"
},
"bankAccountDetails": {
"message": "Bank account details"
},
"bankName": {
"message": "Bank name"
},

View File

@ -5480,6 +5480,9 @@
"bankAccount": {
"message": "Bank account"
},
"bankAccountDetails": {
"message": "Bank account details"
},
"amountX": {
"message": "Amount $COUNT$",
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",

View File

@ -1,7 +1,7 @@
<section [formGroup]="bankAccountForm" class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">
{{ "bankAccount" | i18n }}
{{ "bankAccountDetails" | i18n }}
</h2>
</bit-section-header>
<bit-card>

View File

@ -1,6 +1,6 @@
<section class="tw-mb-5 bit-compact:tw-mb-4">
<bit-section-header>
<h2 bitTypography="h6">{{ "bankAccount" | i18n }}</h2>
<h2 bitTypography="h6">{{ "bankAccountDetails" | i18n }}</h2>
</bit-section-header>
<read-only-cipher-card>
@if (bankAccount().bankName) {