generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
content(Complete User Profile): Updated the language, commented out button #598
Merged
shindigira
merged 15 commits into
main
from
597-add-financial-institution-button-language-update
Jun 1, 2024
Merged
Changes from 12 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8618a96
content(Complete User Profile): Updated the language, commented out b…
shindigira 9a09e9e
feat(complete user profile): toggle showing key index per error
shindigira cf45bc0
removed please
shindigira fca5e03
content(complete your user profile): updated header description langu…
shindigira 00e760d
Merge branch 'main' of github.com:cfpb/sbl-frontend into 597-add-fina…
shindigira 69e0bea
content(complete your user profile): summary -- personal email address
shindigira aa5deac
enhancement(Summary): breadcrumb is standard for all summaries -- /la…
shindigira c72f847
fixed help link
shindigira 3391b49
Merge branch 'main' into 597-add-financial-institution-button-languag…
shindigira e93ff26
resolved merge conflict
shindigira 5285e1c
Merge branch '597-add-financial-institution-button-language-update' o…
shindigira 78537e5
updated baed on figma
shindigira ae2f216
resolved merge conflict
shindigira fc6a72c
Merge branch 'main' into 597-add-financial-institution-button-languag…
shindigira d3e20bc
Merge branch 'main' into 597-add-financial-institution-button-languag…
shindigira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,22 @@ function Step1FormHeader({ isStep1 }: Step1FormHeaderProperties): JSX.Element { | |
} | ||
description={ | ||
<Paragraph> | ||
In order to begin using the platform you must have a Legal Entity | ||
Identifier (LEI) for your financial institution. If your | ||
organization does not have an LEI, visit the{' '} | ||
<Link href={gleifLink}>Global LEI Foundation (GLEIF)</Link> website. | ||
<> | ||
In order to begin using the platform you must have a Legal Entity | ||
Identifier (LEI) for your financial institution. If your | ||
organization does not have an LEI, visit the{' '} | ||
<Link href={gleifLink} target='_blank'> | ||
Global LEI Foundation (GLEIF) | ||
</Link>{' '} | ||
website. If you need assistance with this form,{' '} | ||
<Link | ||
href='mailto:[email protected]?subject=[BETA] Complete your user profile: Questions after submitting form' | ||
target='_blank' | ||
> | ||
email our support staff | ||
</Link> | ||
. | ||
</> | ||
</Paragraph> | ||
} | ||
/> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,7 +99,15 @@ function ChildrenError1(): JSX.Element { | |
<Link className={linkStyles} href='/'> | ||
return to the platform homepage | ||
</Link> | ||
, and sign in with your financial institution email address. | ||
, and sign in with your financial institution email address. If this issue | ||
persists,{' '} | ||
<Link | ||
className={linkStyles} | ||
href='mailto:[email protected]?subject=[BETA] Complete your user profile: Questions after submitting form' | ||
> | ||
email our support staff | ||
</Link> | ||
. | ||
</> | ||
); | ||
} | ||
|
@@ -126,7 +134,7 @@ function ChildrenSuccessInstitutionProfileUpdate(): JSX.Element { | |
return ( | ||
<> | ||
Please allow 24-48 hours for a response during normal business hours. If | ||
you need further assistance please{' '} | ||
you need further assistance{' '} | ||
<Link | ||
className={linkStyles} | ||
href='mailto:[email protected]?subject=[BETA] Update your financial institution profile: Questions after submitting form' | ||
|
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: I don't think you need this eslint exception now that you changed it to
One
?