diff --git a/src/confd/yang/infix-services@2024-04-08.yang b/src/confd/yang/infix-services@2024-04-08.yang index feec64f6..a6097489 100644 --- a/src/confd/yang/infix-services@2024-04-08.yang +++ b/src/confd/yang/infix-services@2024-04-08.yang @@ -52,8 +52,8 @@ module infix-services { description "Web console interface."; leaf enabled { - description "Enable or disable web console interface on port 7681."; - type boolean; + description "Enable or disable web console interface on port 7681."; + type boolean; } } @@ -61,8 +61,8 @@ module infix-services { description "mDNS Network Browser."; leaf enabled { - description "Enable or disable mDNS Network Browser at https://network.local."; - type boolean; + description "Enable or disable mDNS Network Browser at https://network.local."; + type boolean; } } }