Fix capitalization in "My device" info modal (#22489)

Update button text: "Ok" ➡️ "OK"
This commit is contained in:
Rachael Shaw 2024-09-27 17:32:32 -05:00 committed by GitHub
parent f52e0a0e8c
commit f8f021878a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ const InfoModal = ({ onCancel }: IInfoModalProps): JSX.Element => {
</p>
<div className="modal-cta-wrap">
<Button type="button" onClick={onCancel} variant="brand">
Ok
OK
</Button>
</div>
</div>