Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -81,14 +81,14 @@ export const modeKafkaForm: FormSchema[] = [ |
81 | 81 | }, |
82 | 82 | { |
83 | 83 | field: 'topicPattern', |
84 | - label: '消息次数', | |
84 | + label: '消息主题', | |
85 | 85 | colProps: { span: 12 }, |
86 | 86 | required: true, |
87 | 87 | component: 'Input', |
88 | 88 | defaultValue: 'my-topic', |
89 | 89 | componentProps: { |
90 | 90 | maxLength: 255, |
91 | - placeholder: '请输入消息次数', | |
91 | + placeholder: '请输入消息主题', | |
92 | 92 | }, |
93 | 93 | }, |
94 | 94 | { | ... | ... |