Skip to content

Commit

Permalink
[bug-modify]:placeholder bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengdechang2 committed Nov 30, 2022
1 parent 899fe40 commit dcbdd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/viewer/src/components/Header/editServerContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function EditServerContent(props) {
<TextInput
type="string"
value={addServerValue}
placeholder={t('Please Input Host')}
placeholder={t('Please Enter Host')}
onChange={evt => onChange(evt.target.value)}
style={{ marginLeft: '20px' }}
/>
Expand Down

0 comments on commit dcbdd9b

Please sign in to comment.