Change "Primary Domain" to "Primary Namespace" #1

open
opened by tynanpurdy.com targeting main from tynanpurdy.com/slices: main

Settings field for the primary namespace of a slice's lexicon was confusing, referred to both as Domain and Namespace. This made it unclear whether the namespace should be in a forward URL or reversed Namespace format. The example is in reversed namespace so I have updated the label of the field for consistency.

Changed files
+2 -2
frontend
src
features
dashboard
templates
slices
settings
templates
+1 -1
frontend/src/features/dashboard/templates/fragments/CreateSliceDialog.tsx
···
type="text"
id="domain"
name="domain"
-
label="Primary Domain"
required
defaultValue={domain}
placeholder="e.g. social.grain"
···
type="text"
id="domain"
name="domain"
+
label="Primary Namespace"
required
defaultValue={domain}
placeholder="e.g. social.grain"
+1 -1
frontend/src/features/slices/settings/templates/SliceSettings.tsx
···
<div>
<Input
-
label="Primary Domain"
type="text"
id="slice-domain"
name="domain"
···
<div>
<Input
+
label="Primary Namespace"
type="text"
id="slice-domain"
name="domain"