From fb191b1121c30b4e839fd31689ace8373de6c840 Mon Sep 17 00:00:00 2001 From: Jonas Hendrickx Date: Sat, 22 Feb 2025 07:51:15 +0100 Subject: [PATCH] [PM-17223] Update comma to period after "Invalid input provided" text (#13455) --- apps/web/src/app/billing/shared/payment/payment.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; } }