From 3734313c81c9b6f78b65fe5ebd41a8d7b2e9b76c 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 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}`); }