mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix translation and TV layout on Show More button
This commit is contained in:
parent
ed0eefb5c7
commit
000de9279b
2 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
<h3 class="tagline"></h3>
|
<h3 class="tagline"></h3>
|
||||||
<p class="overview"></p>
|
<p class="overview"></p>
|
||||||
<div class="overview-controls">
|
<div class="overview-controls">
|
||||||
<a class="overview-expand hide" is="emby-linkbutton">Show More</a>
|
<a class="overview-expand hide" is="emby-linkbutton" href="#">${ShowMore}</a>
|
||||||
</div>
|
</div>
|
||||||
<p id="itemBirthday"></p>
|
<p id="itemBirthday"></p>
|
||||||
<p id="itemBirthLocation"></p>
|
<p id="itemBirthLocation"></p>
|
||||||
|
|
|
@ -1373,6 +1373,7 @@
|
||||||
"Share": "Share",
|
"Share": "Share",
|
||||||
"ShowAdvancedSettings": "Show advanced settings",
|
"ShowAdvancedSettings": "Show advanced settings",
|
||||||
"ShowIndicatorsFor": "Show indicators for:",
|
"ShowIndicatorsFor": "Show indicators for:",
|
||||||
|
"ShowMore": "Show more",
|
||||||
"ShowTitle": "Show title",
|
"ShowTitle": "Show title",
|
||||||
"ShowYear": "Show year",
|
"ShowYear": "Show year",
|
||||||
"Shows": "Shows",
|
"Shows": "Shows",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue