Highly ambitious ATProtocol AppView service and sdks

change "Primary Domain" to "Primary Namespace"

+2 -2
+1 -1
frontend/src/features/dashboard/templates/fragments/CreateSliceDialog.tsx
··· 48 48 type="text" 49 49 id="domain" 50 50 name="domain" 51 - label="Primary Domain" 51 + label="Primary Namespace" 52 52 required 53 53 defaultValue={domain} 54 54 placeholder="e.g. social.grain"
+1 -1
frontend/src/features/slices/settings/templates/SliceSettings.tsx
··· 101 101 102 102 <div> 103 103 <Input 104 - label="Primary Domain" 104 + label="Primary Namespace" 105 105 type="text" 106 106 id="slice-domain" 107 107 name="domain"