Skip to content

Commit

Permalink
Update spender-onboarding-connect-card-step.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Dec 27, 2024
1 parent cb873fd commit 04f49b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class SpenderOnboardingConnectCardStepComponent implements OnInit, OnChan
generateMessage(): string {
if (this.cardsList.successfulCards.length > 0) {
return 'We ran into an issue while processing your request. You can cancel and retry connecting the failed card or proceed to the next step.';
} else if (this.cardsList.successfulCards.length > 0) {
} else if (this.cardsList.failedCards.length > 0) {
return `
We ran into an issue while processing your request for the card ${this.cardsList.failedCards[0]}.
You can cancel and retry connecting the failed card or proceed to the next step.`;
Expand Down

0 comments on commit 04f49b7

Please sign in to comment.