Adjust placeholders for addStorage Max Storage Amounts

video-slicer-reencoder
Moe 2022-09-14 09:43:24 -07:00
parent c894819407
commit 64b0fdc5ce
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ $(document).ready(function(){
}
html += `<div class="form-group">
<div class="mb-2"><span>${lang['Max Storage Amount']} : ${storage.name}</span></div>
<div><input class="form-control" placeholder="${$user.details.size || 10000}" addStorageLimit="${storage.path}" value="${limit}"></div>
<div><input class="form-control" placeholder="10000" addStorageLimit="${storage.path}" value="${limit}"></div>
</div>`
})
addStorageMaxAmounts.html(html)