diff --git a/src/pages/Home/CreateStreamModal.tsx b/src/pages/Home/CreateStreamModal.tsx
index 1520eddd..c7641804 100644
--- a/src/pages/Home/CreateStreamModal.tsx
+++ b/src/pages/Home/CreateStreamModal.tsx
@@ -300,7 +300,7 @@ const CustomPartitionField = (props: {
- Select 3 columns to partition the events
+ Select only 1 column to partition the events
props.onChangeValue('customPartitionFields', val)}
- maxTags={3}
+ maxTags={1}
error={props.error}
/>