diff --git a/pkg/harvester/components/SettingList.vue b/pkg/harvester/components/SettingList.vue
index ffbd16bad72..c814587aee2 100644
--- a/pkg/harvester/components/SettingList.vue
+++ b/pkg/harvester/components/SettingList.vue
@@ -124,8 +124,8 @@ export default {
Modified
-
- Technical Preview
+
+ Experimental
@@ -216,9 +216,9 @@ export default {
font-size: 12px;
}
-.technical-preview {
+.experimental {
margin-left: 10px;
- border: 1px solid var(--warning);
+ border: 1px solid var(--error);
border-radius: 5px;
padding: 2px 10px;
font-size: 12px;
diff --git a/pkg/harvester/config/settings.js b/pkg/harvester/config/settings.js
index aabdd8723c8..1bec2d45abc 100644
--- a/pkg/harvester/config/settings.js
+++ b/pkg/harvester/config/settings.js
@@ -85,7 +85,7 @@ export const HCI_ALLOWED_SETTINGS = {
kind: 'json', from: 'import', canReset: true
},
[HCI_SETTING.KUBECONFIG_DEFAULT_TOKEN_TTL_MINUTES]: {},
- [HCI_SETTING.LONGHORN_V2_DATA_ENGINE_ENABLED]: { kind: 'boolean', technicalPreview: true },
+ [HCI_SETTING.LONGHORN_V2_DATA_ENGINE_ENABLED]: { kind: 'boolean', experimental: true },
[HCI_SETTING.ADDITIONAL_GUEST_MEMORY_OVERHEAD_RATIO]: { kind: 'string', from: 'import' },
};
diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml
index b4af8cb432f..4beb2d5dc4d 100644
--- a/pkg/harvester/l10n/en-us.yaml
+++ b/pkg/harvester/l10n/en-us.yaml
@@ -1488,7 +1488,7 @@ harvester:
placeholder: 'topology.kubernetes.io/zone'
advancedSettings:
- technicalPreview: 'Technical Previews allow users to test and evaluate early-access functionality prior to official supported releases'
+ experimental: 'Experimental features allow users to test and evaluate early-access functionality prior to official supported releases'
descriptions:
'harv-vlan': Default Network Interface name of the VLAN network.
'harv-backup-target': Custom backup target to store virtual machine backups.