forked from 0x2620/pandora
update indiancinema info view
This commit is contained in:
parent
810c117ca9
commit
315bf4bb81
1 changed files with 3 additions and 1 deletions
|
@ -956,7 +956,9 @@ pandora.ui.infoView = function(data) {
|
||||||
} else {
|
} else {
|
||||||
$imdb.html(
|
$imdb.html(
|
||||||
' (<a href="/imdbId=' + data.imdbId + '">'
|
' (<a href="/imdbId=' + data.imdbId + '">'
|
||||||
+ result.data.items + ' duplicates</a>)'
|
+ result.data.items + ' '
|
||||||
|
+ pandora.site.itemName.plural.toLowerCase()
|
||||||
|
+ ' with the same id</a>)'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue