diff --git a/web/src/components/network/ConnectionsTable.jsx b/web/src/components/network/ConnectionsTable.jsx index a7c0f00e78..f795fc6265 100644 --- a/web/src/components/network/ConnectionsTable.jsx +++ b/web/src/components/network/ConnectionsTable.jsx @@ -83,8 +83,8 @@ export default function ConnectionsTable ({ return ( - {connection.name} - {connection.addresses.map(formatIp).join(", ")} + {connection.name} + {connection.addresses.map(formatIp).join(", ")} { const table = screen.getByRole("grid"); within(table).getByText("Name"); - within(table).getByText("Ip addresses"); + within(table).getByText("IP addresses"); within(table).getByText("WiFi 1"); within(table).getByText("192.168.69.200/24"); within(table).getByText("WiFi 2");