From 00d30d5ef0663a5b2c2b30e91195ccfe11387aab Mon Sep 17 00:00:00 2001 From: Chuck Skelton Date: Fri, 23 Jun 2023 17:31:57 -0700 Subject: [PATCH] Minor text change, enabling feature for connection string --- .../Controls/Settings/SettingsComponent.tsx | 18 +++++++----------- .../Controls/Settings/SettingsUtils.tsx | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/src/Explorer/Controls/Settings/SettingsComponent.tsx b/src/Explorer/Controls/Settings/SettingsComponent.tsx index e3fd1bb3a..07d932970 100644 --- a/src/Explorer/Controls/Settings/SettingsComponent.tsx +++ b/src/Explorer/Controls/Settings/SettingsComponent.tsx @@ -751,9 +751,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}`); }