diff --git a/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json b/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json index 53652fd192..ba009cf094 100644 --- a/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json +++ b/pype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json @@ -61,14 +61,14 @@ "object_type": "text" }, { - "key": "linux", - "label": "Linux", + "key": "darwin", + "label": "MacOS", "type": "list", "object_type": "text" }, { - "key": "darwin", - "label": "MacOS", + "key": "linux", + "label": "Linux", "type": "list", "object_type": "text" }