diff --git a/messages/en-US.json b/messages/en-US.json index 9d502d5c..d714dbc2 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1522,9 +1522,7 @@ "resourcesTableNoProxyResourcesFound": "No proxy resources found.", "resourcesTableNoInternalResourcesFound": "No internal resources found.", "resourcesTableDestination": "Destination", - "resourcesTableTheseResourcesForUseWith": "These resources are for use with", "resourcesTableClients": "Clients", - "resourcesTableAndOnlyAccessibleInternally": "and are only accessible internally when connected with a client.", "editInternalResourceDialogEditClientResource": "Edit Client Resource", "editInternalResourceDialogUpdateResourceProperties": "Update the resource properties and target configuration for {resourceName}.", "editInternalResourceDialogResourceProperties": "Resource Properties", @@ -1863,9 +1861,7 @@ "manageClients": "Manage Clients", "manageClientsDescription": "Clients are devices that can connect to your sites", "clientsTableUserClients": "User", - "clientsTableUserClientsDescription": "User clients are user devices in your organization.", "clientsTableMachineClients": "Machine", - "clientsTableMachineClientsDescription": "Machine clients are clients created with credentials for machine connectivity not associated with a user.", "licenseTableValidUntil": "Valid Until", "saasLicenseKeysSettingsTitle": "Enterprise Licenses", "saasLicenseKeysSettingsDescription": "Generate and manage Enterprise license keys for self-hosted Pangolin instances", diff --git a/src/components/ClientsTable.tsx b/src/components/ClientsTable.tsx index 51b3788e..c096f108 100644 --- a/src/components/ClientsTable.tsx +++ b/src/components/ClientsTable.tsx @@ -767,13 +767,6 @@ export default function ClientsTable({ -
- - - {t("clientsTableUserClientsDescription")} - - -
{userTable @@ -858,13 +851,6 @@ export default function ClientsTable({ -
- - - {t("clientsTableMachineClientsDescription")} - - -
{machineTable diff --git a/src/components/ResourcesTable.tsx b/src/components/ResourcesTable.tsx index a0e084e4..772bbb1f 100644 --- a/src/components/ResourcesTable.tsx +++ b/src/components/ResourcesTable.tsx @@ -1311,25 +1311,6 @@ export default function ResourcesTable({ -
- - - {t( - "resourcesTableTheseResourcesForUseWith" - )}{" "} - - {t("resourcesTableClients")} - - {" "} - {t( - "resourcesTableAndOnlyAccessibleInternally" - )} - - -
{internalTable