Skip to content

Commit

Permalink
Merge pull request #899 from Zer0x00/patch-3
Browse files Browse the repository at this point in the history
Update config-editor.component.ts
  • Loading branch information
oznu authored Oct 20, 2020
2 parents 0e0b4a6 + 271d8f7 commit 398a6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/modules/config-editor/config-editor.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,12 @@ export class ConfigEditorComponent implements OnInit, OnDestroy {
},
mdns: {
type: 'object',
description: 'Tell Homebridge to listen on a specific IP address. This is useful if your server has multiple interfaces.',
description: 'Tell Homebridge to listen on a specific interface or IP address. This is useful if your server has multiple interfaces.',
required: ['interface'],
properties: {
interface: {
type: 'string',
description: 'The IP address of the interface you want Homebridge to listen on.',
description: 'The interface or IP address of the interface you want Homebridge to listen on.',
},
},
default: { interface: '' },
Expand Down

0 comments on commit 398a6c6

Please sign in to comment.