Clarify chapter submission unrelated to license

This commit is contained in:
Ajay 2022-09-16 21:47:23 -04:00
parent e5d9b16235
commit 47f685bcdd
3 changed files with 24 additions and 3 deletions

View file

@ -1160,6 +1160,10 @@
"chaptersPage1": {
"message": "SponsorBlock crowd-sourced chapters feature is only available to people who purchase a license, or for people who are granted access for free due their past contributions"
},
"chaptersPage2": {
"message": "Note: Permission to submit chapters is still based on calculated reputation. Purchasing a license only allows you to view chapters submitted by others",
"description": "On the chapters page for getting access to the paid chapters feature"
},
"unsubmittedSegmentCounts": {
"message": "You currently have {0} on {1}",
"description": "Example: You currently have 12 unsubmitted segments on 5 videos"

View file

@ -23,6 +23,10 @@
<p>
__MSG_chaptersPage1__
</p>
<p class="smaller">
__MSG_chaptersPage2__
</p>
</div>
<div class="center">
@ -66,12 +70,15 @@
</a>
</div>
<div id="cantAfford" class="center">
<div class="center">
<p id="cantAfford" class="smaller no-margin">
</p>
</div>
<div class="center">
__MSG_alreadyDonated__ sponsorblock-free@ajay.app
<p class="smaller no-margin">
__MSG_alreadyDonated__ sponsorblock-free@ajay.app
</p>
</div>
<div id="subsidizedPrice" class="center hidden">

View file

@ -289,6 +289,16 @@ p,li {
padding: 10px;
}
.smaller {
font-size: 12px;
text-align: center;
}
.no-margin {
padding: 0;
margin: 0;
}
p,li,code,a {
max-width: 60%;
text-align: left;