diff --git a/src/app/(cloud-dashboard)/[workspaceId]/(settings)/domain/components/domain-form.tsx b/src/app/(cloud-dashboard)/[workspaceId]/(settings)/domain/components/domain-form.tsx index 25f1b2a4..fd792460 100644 --- a/src/app/(cloud-dashboard)/[workspaceId]/(settings)/domain/components/domain-form.tsx +++ b/src/app/(cloud-dashboard)/[workspaceId]/(settings)/domain/components/domain-form.tsx @@ -53,11 +53,11 @@ export const DomainForm: React.FC = ({ ip, domainName }) => { {ip.ip_address && ( - Add DNS record of type A that maps {value} to{" "} + Add DNS record of type A that maps app.{value} to{" "} {ip.ip_address},
- Add DNS record of type A that maps - *.{value} - to {ip.ip_address} + Add DNS record of type A that maps{" "} + endpoints.{value} to{" "} + {ip.ip_address}
)}