Skip to content

Commit 1caf22d

Browse files
committed
change input label
1 parent 42c236d commit 1caf22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/shared/Form/TopicForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ const TopicForm: React.FC<Props> = ({
206206
id="topicFormRetentionBytesLabel"
207207
htmlFor="topicFormRetentionBytes"
208208
>
209-
Max size on disk in GB
209+
Max partition size in GB
210210
</InputLabel>
211211
<Controller
212212
control={control}

0 commit comments

Comments
 (0)