This is an automated email from the ASF dual-hosted git repository. abhishekrb pushed a commit to branch fix_ui_typo in repository https://gitbox.apache.org/repos/asf/druid.git
commit 25524240ea06aa84079cb807d3727554b98859a1 Author: Abhishek Balaji Radhakrishnan <[email protected]> AuthorDate: Wed Aug 13 09:20:26 2025 +0530 /s/you/your/g you config -> your config --- .../src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx b/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx index 1082334d73b..35132d79fe7 100644 --- a/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx +++ b/web-console/src/dialogs/compaction-config-dialog/compaction-config-dialog.tsx @@ -84,7 +84,7 @@ export const CompactionConfigDialog = React.memo(function CompactionConfigDialog {compactionConfigHasLegacyInputSegmentSizeBytesSet(currentConfig) && ( <Callout className="legacy-callout" intent={Intent.WARNING}> <p> - You current config sets the legacy <Code>inputSegmentSizeBytes</Code> to{' '} + Your current config sets the legacy <Code>inputSegmentSizeBytes</Code> to{' '} <Code>{formatBytesCompact(currentConfig.inputSegmentSizeBytes!)}</Code> it is recommended to unset this property. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
