mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix misspelled explanation + improve description
This commit is contained in:
parent
6e8afdd776
commit
b2c3e10335
@ -560,7 +560,9 @@
|
||||
"edt_conf_webc_keyPassPhrase_title": "Key password",
|
||||
"edt_conf_webc_keyPath_expl": "Path to the key file (format PEM, encrypted with RSA)",
|
||||
"edt_conf_webc_keyPath_title": "Private key path",
|
||||
"edt_conf_webc_sslport_expl": "Port oft the HTTPS-Webserver",
|
||||
"edt_conf_webc_port_expl": "Port for the WebServer, RPC and WebSocket HTTP connections",
|
||||
"edt_conf_webc_port_title": "HTTP Port",
|
||||
"edt_conf_webc_sslport_expl": "Port for the WebServer, RPC and WebSocket HTTPS connections",
|
||||
"edt_conf_webc_sslport_title": "HTTPS Port",
|
||||
"edt_dev_auth_key_title": "Authentication Token",
|
||||
"edt_dev_auth_key_title_info": "Authentication Token required to acccess the device",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"port" :
|
||||
{
|
||||
"type" : "integer",
|
||||
"title" : "edt_conf_general_port_title",
|
||||
"title" : "edt_conf_webc_port_title",
|
||||
"minimum" : 80,
|
||||
"maximum" : 65535,
|
||||
"default" : 8090,
|
||||
|
Loading…
Reference in New Issue
Block a user