generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Institution Profile pages - Update alert text for missing TIN and LEI (…
…#1052) Closes #1050 ## Changes - [View] Update alert texts for missing TIN and LEI - [View] Update page intro text - [View] Update LEI field label - [Update] Ensure order: TIN, RSSD ID, Federal regulator - [Update] Language updates ## How to test this PR 1. [ViewInstitutionProfile > index.tsx] Replace the `data` param highlighted in the screenshot below with the following. ``` const testBlankValues = { lei: 'FI_LEI', name: 'FI_INSTITUTION_NAME', hq_address_street_1: 'HQ_ADDRESS_STREET_1', hq_address_city: 'HQ_ADDRESS_CITY', hq_address_state: 'HQ_ADDRESS_STATE', hq_address_state_code: 'HQ_ADDRESS_STATE_CODE', hq_address_zip: 'HQ_ADDRESS_ZIP', }; ``` <img width="846" alt="Screenshot 2024-10-22 at 2 03 45 PM" src="https://github.com/user-attachments/assets/af4044c6-cc31-4799-870a-cc7fd5253315"> 3. Visit the Institution profile page - ex. http://localhost:8899/institution/123456789TESTBANK123 ## Screenshots ### View institution profile ![InstitutionProfile-view](https://github.com/user-attachments/assets/360fbc20-7717-4655-95b4-949751d0545f) ### Update institution profile ![InstitutionProfile-update](https://github.com/user-attachments/assets/5a3b05dd-63ae-43f7-ab25-b05978eacbc4)
- Loading branch information
Showing
5 changed files
with
24 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters