mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix capitalization in "My device" info modal (#22489)
Update button text: "Ok" ➡️ "OK"
This commit is contained in:
parent
f52e0a0e8c
commit
f8f021878a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue