Remove some 30 day references
This commit is contained in:
@@ -171,7 +171,7 @@ onMount(() => {
|
||||
check when the file was last viewed. Files which are regularly viewed
|
||||
could still bring new users to the platform, it would be rude to show
|
||||
these people a File Not Found page. So if the file was viewed in the
|
||||
last 30 days we will simply postpone the next check a month. If the file
|
||||
last 60 days we will simply postpone the next check a month. If the file
|
||||
was not viewed however it will immediately be removed.
|
||||
</p>
|
||||
<p>
|
||||
|
@@ -185,7 +185,7 @@ onMount(() => {
|
||||
</div>
|
||||
<div class="feat_normal round_br" class:feat_highlight={subscription === ""}>
|
||||
<ul>
|
||||
<li>Standard free plan, files expire after 30 days.</li>
|
||||
<li>Standard free plan, files expire after 60 days.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user