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:
@@ -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.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user