Skip to content

Commit ec1b354

Browse files
authored
FE: Rename "max size on disk" to "Max partition size" (#388)
1 parent ba92bcb commit ec1b354

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('TopicForm', () => {
5252
expectByRoleAndNameToBeInDocument('button', '7 days');
5353
expectByRoleAndNameToBeInDocument('button', '4 weeks');
5454

55-
expectByRoleAndNameToBeInDocument('listbox', 'Max size on disk in GB');
55+
expectByRoleAndNameToBeInDocument('listbox', 'Max partition size in GB');
5656
expectByRoleAndNameToBeInDocument(
5757
'spinbutton',
5858
'Maximum message size in bytes'

0 commit comments

Comments
 (0)