From 05e2d0ac292807c18961eb34a1583983c8cd8194 Mon Sep 17 00:00:00 2001 From: Sung-Hyun Kang Date: Tue, 21 Jan 2025 10:17:17 -0600 Subject: [PATCH] change query bucket to group --- .../ThroughputInputComponents/ThroughputBucketsComponent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputBucketsComponent.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputBucketsComponent.tsx index ed3931c2b..8bfe0dafa 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputBucketsComponent.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputBucketsComponent.tsx @@ -80,7 +80,7 @@ export const ThroughputBucketsComponent: FC = ( value={bucket.maxThroughputPercentage} onChange={(newValue) => handleBucketChange(bucket.id, newValue)} showValue={false} - label={`Group ${bucket.id}${bucket.id === 1 ? " (Data Explorer Query Bucket)" : ""}`} + label={`Group ${bucket.id}${bucket.id === 1 ? " (Data Explorer Query Group)" : ""}`} styles={{ root: { flex: 2, maxWidth: 400 } }} disabled={bucket.maxThroughputPercentage === 100} />