Reword locked track hover text
This commit is contained in:
parent
c359a192c8
commit
f6b0ca8a90
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@
|
|||
tracksEl.textContent = '';
|
||||
media.forEach((entry, i) => {
|
||||
tracksEl.insertAdjacentHTML('beforeend',
|
||||
`<div class="track ${entry.locked ? 'locked' : ''}" ${entry.locked ? 'title="This track is only available in the purchased download"' : ''}>
|
||||
`<div class="track ${entry.locked ? 'locked' : ''}" ${entry.locked ? 'title="This file is available in the full download"' : ''}>
|
||||
<div class="main">
|
||||
<button class="${entry.locked ? 'locked' : 'loading'}"></button>
|
||||
<div class="details">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue