Skip to content

Commit d93066d

Browse files
committed
CR fix
1 parent 7a05452 commit d93066d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hermes-console/src/dummy/topic-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const dummyTopicFormValidator = {
4444
owner: [required()],
4545
contentType: [required()],
4646
retentionTimeDurationDays: [required(), min(0), max(7)],
47-
retentionTimeDurationHours: [required(), min(0), max(7)],
47+
retentionTimeDurationHours: [required(), min(0), max(24)],
4848
maxMessageSize: [required(), min(0)],
4949
offlineRetentionTime: [required(), min(0)],
5050
ack: [required()],

hermes-console/src/i18n/en-US/subscription-form.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const messages = {
125125
},
126126
adminForm: {
127127
title: 'Warning: Admin form enabled.',
128-
text: 'New fields in the form have been revealed (they are are followed by a warning sign). The form will be submitted regardless of the validation of the fields.',
128+
text: 'New fields in the form have been revealed (they are followed by a warning sign). The form will be submitted regardless of the validation of the fields.',
129129
},
130130
},
131131
actions: {

0 commit comments

Comments
 (0)