1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

[PM-17223] Update comma to period after "Invalid input provided" text (#13455)

This commit is contained in:
Jonas Hendrickx
2025-02-22 07:51:15 +01:00
committed by GitHub
parent f1af23dc1f
commit fb191b1121

View File

@@ -124,7 +124,7 @@ export class PaymentComponent implements OnInit, OnDestroy {
token, token,
}; };
} else { } 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.";
} }
} }