for translations
This commit is contained in:
parent
b2ea5a6056
commit
5eeafec9d2
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.append(
|
.append(
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
editable: canEdit,
|
editable: canEdit,
|
||||||
placeholder: formatLight(Ox._(isMixed ? 'Mixed title' : 'No title')),
|
placeholder: formatLight(Ox._(isMixed ? 'Mixed Titles' : 'No title')),
|
||||||
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
||||||
value: data.title || ''
|
value: data.title || ''
|
||||||
})
|
})
|
||||||
|
@ -494,7 +494,7 @@ pandora.ui.infoView = function(data, isMixed) {
|
||||||
.append(
|
.append(
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
height: 128,
|
height: 128,
|
||||||
placeholder: formatLight(Ox._(isMixed ? 'Mixed notes' : 'No notes')),
|
placeholder: formatLight(Ox._(isMixed ? 'Mixed Notes' : 'No notes')),
|
||||||
tooltip: pandora.getEditTooltip(),
|
tooltip: pandora.getEditTooltip(),
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
value: data.notes || '',
|
value: data.notes || '',
|
||||||
|
|
Loading…
Reference in a new issue