Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View Institution Profile - Update alert text for missing TIN and LEI #1052

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

meissadia
Copy link
Collaborator

Closes #1050

Changes

  • Update alert texts for missing TIN and LEI
  • Update page intro text

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',
    };
    
    Screenshot 2024-10-22 at 2 03 45 PM
  2. Visit the Institution profile page

Screenshots

screencapture-localhost-8899-institution-123456789TESTBANK123-2024-11-08-10_28_01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[View Institution Profile] Update LEI and TIN language
1 participant