Update speed limit page with new weekly download limit
This commit is contained in:
@@ -36,7 +36,7 @@ onMount(async () => {
|
|||||||
<p>
|
<p>
|
||||||
Pixeldrain's free tier is supported by advertisements. There's only so
|
Pixeldrain's free tier is supported by advertisements. There's only so
|
||||||
much that you can do with the budget those ads provide (spoiler: it's
|
much that you can do with the budget those ads provide (spoiler: it's
|
||||||
not a lot). {formatDataVolume(limits.transfer_limit, 3)} per day is
|
not a lot). {formatDataVolume(limits.transfer_limit, 3)} per week is
|
||||||
about the most I can give away for free, and according to our records
|
about the most I can give away for free, and according to our records
|
||||||
you have already downloaded
|
you have already downloaded
|
||||||
{formatDataVolume(limits.transfer_limit_used, 3)}.
|
{formatDataVolume(limits.transfer_limit_used, 3)}.
|
||||||
@@ -48,7 +48,9 @@ onMount(async () => {
|
|||||||
few options:
|
few options:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Come back tomorrow when your free transfer limit resets</li>
|
<li>
|
||||||
|
Come back next week when your free transfer limit resets
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Download the file at a rate of {file.download_speed_limit/(1<<10)}
|
Download the file at a rate of {file.download_speed_limit/(1<<10)}
|
||||||
kiB/s. This will take at least
|
kiB/s. This will take at least
|
||||||
|
Reference in New Issue
Block a user