diff --git a/src/Explorer/Controls/Settings/SettingsComponent.tsx b/src/Explorer/Controls/Settings/SettingsComponent.tsx index 2a2c317e0..ab3c747ad 100644 --- a/src/Explorer/Controls/Settings/SettingsComponent.tsx +++ b/src/Explorer/Controls/Settings/SettingsComponent.tsx @@ -763,9 +763,8 @@ export class SettingsComponent extends React.Component { case SettingsV2TabTypes.IndexingPolicyTab: return "Indexing Policy"; case SettingsV2TabTypes.ComputedPropertiesTab: - return "Computed Properties"; + return "Computed Properties (preview)"; default: throw new Error(`Unknown tab ${tab}`); }