Reword locked track hover text

This commit is contained in:
torcado194 2022-04-14 22:56:18 -04:00
parent 57193c4f73
commit c359a192c8

View file

@ -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 to supporters"' : ''}>
`<div class="track ${entry.locked ? 'locked' : ''}" ${entry.locked ? 'title="This track is only available in the purchased download"' : ''}>
<div class="main">
<button class="${entry.locked ? 'locked' : 'loading'}"></button>
<div class="details">