From d0cfc65786ff273c45ef31d5e9bcdf09a6c7c85a Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 6 Dec 2023 09:52:28 -0500 Subject: [PATCH] Update Hosts page (#15465) - Use "hosts" instead of "devices" in copy on **Hosts** page --- frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx index 385138ad1b..480175995c 100644 --- a/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx +++ b/frontend/pages/hosts/ManageHostsPage/ManageHostsPage.tsx @@ -1367,9 +1367,9 @@ const ManageHostsPage = ({ const emptyState = () => { const emptyHosts: IEmptyTableProps = { graphicName: "empty-hosts", - header: "Devices will show up here once they’re added to Fleet.", + header: "Hosts will show up here once they’re added to Fleet.", info: - "Expecting to see devices? Try again in a few seconds as the system catches up.", + "Expecting to see hosts? Try again in a few seconds as the system catches up.", }; if (includesFilterQueryParam) { delete emptyHosts.graphicName; @@ -1377,8 +1377,8 @@ const ManageHostsPage = ({ emptyHosts.info = "Expecting to see new hosts? Try again in a few seconds as the system catches up."; } else if (canEnrollHosts) { - emptyHosts.header = "Add your devices to Fleet"; - emptyHosts.info = "Generate an installer to add your own devices."; + emptyHosts.header = "Add your hosts to Fleet"; + emptyHosts.info = "Generate an installer to add your own hosts."; emptyHosts.primaryButton = (