forked from 0x2620/pandora
strings
This commit is contained in:
parent
3476a50c53
commit
ed6c4e62af
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ pandora.ui.infoView = function(data) {
|
|||
format: function(value) {
|
||||
return formatValue(key, value);
|
||||
},
|
||||
placeholder: formatLight('unknown'),
|
||||
placeholder: formatLight(Ox._('unknown')),
|
||||
tooltip: canEdit ? pandora.getEditTooltip() : '',
|
||||
value: getValue(key, data[key])
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue