vmui: update button label on the Raw Data page

Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
This commit is contained in:
Yury Molodov 2024-11-21 15:12:53 +01:00 committed by GitHub
parent ea4ee21d27
commit b2a1e5d782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,7 @@ const AdditionalSettingsControls: FC<Props & {isMobile?: boolean}> = ({ isMobile
)}
{!hideButtons?.reduceMemUsage && (
<Switch
label={"Disable deduplication feature"}
label={"Disable deduplication"}
value={reduceMemUsage}
onChange={onChangeReduceMemUsage}
fullWidth={isMobile}