mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 13:12:39 +02:00
Update network address/port label in DS settings
This commit is contained in:
parent
e274df065d
commit
d62c98c6e2
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ function setupDomainNetworkingSettings() {
|
|||
var includeAddress = autoNetworkingSetting === 'disabled';
|
||||
|
||||
if (includeAddress) {
|
||||
var label = "Network Address and Port";
|
||||
var label = "Network Address:Port";
|
||||
} else {
|
||||
var label = "Network Port";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue