Skip to content

Commit

Permalink
Fix capitalization in "My device" info modal (#22489)
Browse files Browse the repository at this point in the history
Update button text: "Ok" ➡️ "OK"
  • Loading branch information
rachaelshaw authored Sep 27, 2024
1 parent f52e0a0 commit f8f0218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f8f0218

Please sign in to comment.