mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Capitalize title of directory window from "directory" to "Directory"
This commit is contained in:
parent
5042561e80
commit
9ecffd626e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var toolIconUrl = Script.resolvePath("assets/images/tools/");
|
|||
|
||||
var DIRECTORY_WINDOW_URL = "https://metaverse.highfidelity.com/directory";
|
||||
var directoryWindow = new OverlayWebWindow({
|
||||
title: 'directory',
|
||||
title: 'Directory',
|
||||
source: "about:blank",
|
||||
width: 900,
|
||||
height: 700,
|
||||
|
|
Loading…
Reference in a new issue