mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 13:11:43 +02:00
fix for lowercase help text in settings
This commit is contained in:
parent
19b669867e
commit
ac954e1c43
1 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@
|
||||||
{
|
{
|
||||||
"name": "statusHost",
|
"name": "statusHost",
|
||||||
"label": "Status Hostname",
|
"label": "Status Hostname",
|
||||||
"help": "host name or IP address of the server for accessing the status page",
|
"help": "Host name or IP address of the server for accessing the status page",
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"default": "",
|
"default": "",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
|
@ -472,7 +472,7 @@
|
||||||
{
|
{
|
||||||
"name": "statusPort",
|
"name": "statusPort",
|
||||||
"label": "Status Port",
|
"label": "Status Port",
|
||||||
"help": "port of the server for accessing the status page",
|
"help": "Port of the server for accessing the status page",
|
||||||
"placeholder": "",
|
"placeholder": "",
|
||||||
"default": "",
|
"default": "",
|
||||||
"advanced": true
|
"advanced": true
|
||||||
|
|
Loading…
Reference in a new issue