mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 23:33:26 +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",
|
||||
"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": "",
|
||||
"default": "",
|
||||
"advanced": true
|
||||
|
@ -472,7 +472,7 @@
|
|||
{
|
||||
"name": "statusPort",
|
||||
"label": "Status Port",
|
||||
"help": "port of the server for accessing the status page",
|
||||
"help": "Port of the server for accessing the status page",
|
||||
"placeholder": "",
|
||||
"default": "",
|
||||
"advanced": true
|
||||
|
|
Loading…
Reference in a new issue