typo
This commit is contained in:
parent
082b6f31cf
commit
18183deccd
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ pandora.ui.infoView = function(data) {
|
||||||
.append(formatKey('Notes', 'statistics'))
|
.append(formatKey('Notes', 'statistics'))
|
||||||
.append(
|
.append(
|
||||||
Ox.EditableContent({
|
Ox.EditableContent({
|
||||||
clickLink: pandora.clickLink
|
clickLink: pandora.clickLink,
|
||||||
placeholder: formatLight('No notes'),
|
placeholder: formatLight('No notes'),
|
||||||
tooltip: pandora.getEditTooltip(),
|
tooltip: pandora.getEditTooltip(),
|
||||||
type: 'textarea',
|
type: 'textarea',
|
||||||
|
|
Loading…
Reference in a new issue