diff --git a/messages/en-US.json b/messages/en-US.json
index 87d65076..8888bd6a 100644
--- a/messages/en-US.json
+++ b/messages/en-US.json
@@ -1645,8 +1645,9 @@
"siteConfiguration": "Configuration",
"siteAcceptClientConnections": "Accept Client Connections",
"siteAcceptClientConnectionsDescription": "Allow user devices and clients to access resources on this site. This can be changed later.",
- "siteAddress": "Site Address",
+ "siteAddress": "Site Address (Advanced)",
"siteAddressDescription": "The internal address of the site. Must fall within the organization's subnet.",
+ "siteNameDescription": "The display name of the site that can be changed later.",
"autoLoginExternalIdp": "Auto Login with External IDP",
"autoLoginExternalIdpDescription": "Immediately redirect the user to the external IDP for authentication.",
"selectIdp": "Select IDP",
@@ -2239,5 +2240,7 @@
"noData": "No Data",
"machineClients": "Machine Clients",
"install": "Install",
- "run": "Run"
+ "run": "Run",
+ "clientNameDescription": "The display name of the client that can be changed later.",
+ "clientAddress": "Client Address (Advanced)"
}
diff --git a/src/app/[orgId]/settings/clients/machine/create/page.tsx b/src/app/[orgId]/settings/clients/machine/create/page.tsx
index 4bb2d24c..a0489f30 100644
--- a/src/app/[orgId]/settings/clients/machine/create/page.tsx
+++ b/src/app/[orgId]/settings/clients/machine/create/page.tsx
@@ -410,120 +410,68 @@ export default function Page() {
-
-
-
+ (
+
+
+ {t("clientAddress")}
+
+
+
+
+
+
+ {t(
+ "addressDescription"
+ )}
+
+
+ )}
+ />
+
+
diff --git a/src/app/[orgId]/settings/sites/create/page.tsx b/src/app/[orgId]/settings/sites/create/page.tsx
index c107ef57..a1362e87 100644
--- a/src/app/[orgId]/settings/sites/create/page.tsx
+++ b/src/app/[orgId]/settings/sites/create/page.tsx
@@ -693,87 +693,85 @@ WantedBy=default.target`
-
-