diff --git a/apps/web/src/app/billing/shared/payment/payment.component.ts b/apps/web/src/app/billing/shared/payment/payment.component.ts index c11dfddb6cc..c7c3e31c89f 100644 --- a/apps/web/src/app/billing/shared/payment/payment.component.ts +++ b/apps/web/src/app/billing/shared/payment/payment.component.ts @@ -124,7 +124,7 @@ export class PaymentComponent implements OnInit, OnDestroy { token, }; } else { - throw "Invalid input provided, Please ensure all required fields are filled out correctly and try again."; + throw "Invalid input provided. Please ensure all required fields are filled out correctly and try again."; } }