Clarification fixes

This commit is contained in:
WilliamMiceli
2018-11-17 00:07:24 -05:00
parent 835e09f5c3
commit 647281839e
6 changed files with 9 additions and 9 deletions

View File

@@ -34,9 +34,9 @@ catalog:
type: password
- variable: "WEBMIN_PORT"
label: "Webmin Port"
label: "Local Webmin Port"
description: |
The port that the Webmin interface will be accessible on.
The local port that the Webmin interface will be accessible on.
default: "1100"
required: false
type: string

View File

@@ -27,9 +27,9 @@ catalog:
type: string
- variable: "WEB_PORT"
label: "Web Port"
label: "Local Web Port"
description: |
The port to access the web interface on.
The port to locally access the web interface on.
default: "10400"
required: true
type: string

View File

@@ -26,9 +26,9 @@ catalog:
type: string
- variable: "WEB_PORT"
label: "Web Port"
label: "Local Web Port"
description: |
The port to access the web interface on.
The port to locally access the web interface on.
default: "10500"
required: true
type: string

View File

@@ -28,7 +28,7 @@ catalog:
- variable: "WEB_PORT"
label: "Local Web Port"
description: |
The port to access the web interface on local networks.
The port to locally access the web interface on.
default: "10200"
required: true
type: string

View File

@@ -28,7 +28,7 @@ catalog:
- variable: "WEB_PORT"
label: "Web Port"
description: |
The port to access the web interface on.
The port to locally access the web interface on.
default: "10100"
required: true
type: string

View File

@@ -27,7 +27,7 @@ catalog:
- variable: "HOST_HTTP_PORT"
label: "Host HTTP Port"
description: |
The HTTP port to access the web interface on.
The HTTP port to locally access the web interface on.
default: "12000"
required: true
type: string