mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
make download button translatable
This commit is contained in:
parent
a3cc4a8ba9
commit
e715abde0b
1 changed files with 2 additions and 2 deletions
|
@ -74,12 +74,12 @@
|
|||
<button is="emby-button" type="button" class="button-flat btnDownload hide detailButton-mobile">
|
||||
<div class="detailButton-mobile-content">
|
||||
<i class="md-icon detailButton-mobile-icon"></i>
|
||||
<div class="detailButton-mobile-text">Download</div>
|
||||
<div class="detailButton-mobile-text">${ButtonDownload}</div>
|
||||
</div>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="raised btnDownload hide detailButton">
|
||||
<span>Download</span>
|
||||
<span>${ButtonDownload}</span>
|
||||
</button>
|
||||
|
||||
<button is="emby-button" type="button" class="button-flat btnPlayTrailer hide detailButton-mobile">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue