forked from 0x2620/pandora
add title placeholder
This commit is contained in:
parent
a71d466311
commit
d0a1b9d4c6
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ pandora.ui.infoView = function(data) {
|
|||
.append(
|
||||
Ox.EditableContent({
|
||||
editable: canEdit,
|
||||
placeholder: formatLight(Ox._('No Title')),
|
||||
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
||||
value: data.title
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue