1
0
Fork 0
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:
Abbe98 2019-07-28 15:58:41 +02:00
parent a3cc4a8ba9
commit e715abde0b

View file

@ -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">&#xe884;</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">