mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
[PM-17223] Update comma to period after "Invalid input provided" text (#13455)
This commit is contained in:
@@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user