forked from 0x2620/pandora
fix error logs dialog title
This commit is contained in:
parent
a601f45dc9
commit
e290d0c621
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ pandora.ui.logsDialog = function() {
|
||||||
minWidth: 512,
|
minWidth: 512,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
removeOnClose: true,
|
removeOnClose: true,
|
||||||
title: 'Manage Logs',
|
title: 'Error Logs',
|
||||||
width: width
|
width: width
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue