change dialog title
This commit is contained in:
parent
99af6a00b9
commit
4474ebb209
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ oml.ui.userDialog = function() {
|
||||||
height: 408,
|
height: 408,
|
||||||
keys: {escape: 'done'},
|
keys: {escape: 'done'},
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
title: Ox._('User'),
|
title: 'Open Media Library',
|
||||||
width: 768
|
width: 768
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue