diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts
index 580bd6300b..560c05bced 100644
--- a/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts
+++ b/src/Umbraco.Web.UI.Client/src/packages/core/content-type/workspace/views/design/content-type-design-editor-property.element.ts
@@ -315,11 +315,6 @@ export class UmbContentTypeDesignEditorPropertyElement extends UmbLitElement {
${this.localize.term('contentTypeEditor_segmentVariantLabel')}
`
: nothing}
- ${this.property.variesBySegment
- ? html`
- ${this.localize.term('contentTypeEditor_segmentVariantLabel')}
- `
- : nothing}
${this.property.appearance?.labelOnTop == true
? html`
${this.localize.term('contentTypeEditor_displaySettingsLabelOnTop')}