mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:31:13 +02:00
Change entity editor tab name
This commit is contained in:
parent
3fa678a652
commit
01685b2d44
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ EntityListTool = function(opts) {
|
|||
|
||||
var url = ENTITY_LIST_HTML_URL;
|
||||
var webView = new OverlayWebWindow({
|
||||
title: 'Entities', source: url, toolWindow: true
|
||||
title: 'Entity List', source: url, toolWindow: true
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue