forked from 0x2620/pandora
fix indiancinema info view notes tooltip
This commit is contained in:
parent
6ec4197d12
commit
9e88109907
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ pandora.ui.infoView = function(data) {
|
||||||
: i < Ox.len(pandora.site.capabilities.canEditMetadata) - 1 ? ', '
|
: i < Ox.len(pandora.site.capabilities.canEditMetadata) - 1 ? ', '
|
||||||
: ' and '
|
: ' and '
|
||||||
) + Ox.toTitleCase(level)
|
) + Ox.toTitleCase(level)
|
||||||
})
|
}).join('')
|
||||||
+ ' can see and edit these notes'
|
+ ' can see and edit these notes'
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue