From 271d8f7b161bf83d1aba2a758031fe99fe8bc59f Mon Sep 17 00:00:00 2001 From: Zer0x00 Date: Thu, 15 Oct 2020 13:10:09 +0200 Subject: [PATCH] Update config-editor.component.ts --- ui/src/app/modules/config-editor/config-editor.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/modules/config-editor/config-editor.component.ts b/ui/src/app/modules/config-editor/config-editor.component.ts index 288853c00..33f2424a8 100644 --- a/ui/src/app/modules/config-editor/config-editor.component.ts +++ b/ui/src/app/modules/config-editor/config-editor.component.ts @@ -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: '' },