mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02: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