From f8f021878abff84a2a4d2cb85cd9d47c71801c6d Mon Sep 17 00:00:00 2001
From: Rachael Shaw
Date: Fri, 27 Sep 2024 17:32:32 -0500
Subject: [PATCH] Fix capitalization in "My device" info modal (#22489)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Update button text: "Ok" ➡️ "OK"
---
.../pages/hosts/details/DeviceUserPage/InfoModal/InfoModal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/pages/hosts/details/DeviceUserPage/InfoModal/InfoModal.tsx b/frontend/pages/hosts/details/DeviceUserPage/InfoModal/InfoModal.tsx
index 3a8e1a213bdd..442386b69d2b 100644
--- a/frontend/pages/hosts/details/DeviceUserPage/InfoModal/InfoModal.tsx
+++ b/frontend/pages/hosts/details/DeviceUserPage/InfoModal/InfoModal.tsx
@@ -34,7 +34,7 @@ const InfoModal = ({ onCancel }: IInfoModalProps): JSX.Element => {