From e026ef770a860e46474f08f889c5f1d4f94f220c Mon Sep 17 00:00:00 2001
From: Fornax
Date: Tue, 27 Sep 2022 12:11:28 +0200
Subject: [PATCH] Remove some 30 day references
---
res/include/md/about.md | 2 +-
res/template/file_not_found.html | 4 ++--
svelte/src/home_page/FeatureTable.svelte | 2 +-
svelte/src/user_home/Subscription.svelte | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/res/include/md/about.md b/res/include/md/about.md
index 6cc4073..1c00001 100644
--- a/res/include/md/about.md
+++ b/res/include/md/about.md
@@ -2,7 +2,7 @@
## For how long will my files be stored?
-Files will be removed if they have not been viewed for 30 days. A view is
+Files will be removed if they have not been viewed for 60 days. A view is
counted when someone visits the file's download page (pixeldrain.com/u/somefile)
or views the file through a list the file is included in
(pixeldrain.com/l/somelist).
diff --git a/res/template/file_not_found.html b/res/template/file_not_found.html
index 736c54c..acd1f0e 100644
--- a/res/template/file_not_found.html
+++ b/res/template/file_not_found.html
@@ -16,7 +16,7 @@
-
- The file has not been viewed for 30 days and has expired
+ The file has not been viewed for 60 days and has expired
-
The person who uploaded the file has deleted it
@@ -49,7 +49,7 @@
-
- All files in this list have not been viewed for 30 days and
+ All files in this list have not been viewed for 60 days and
have expired
-
diff --git a/svelte/src/home_page/FeatureTable.svelte b/svelte/src/home_page/FeatureTable.svelte
index c40eb2a..cd9f475 100644
--- a/svelte/src/home_page/FeatureTable.svelte
+++ b/svelte/src/home_page/FeatureTable.svelte
@@ -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.
diff --git a/svelte/src/user_home/Subscription.svelte b/svelte/src/user_home/Subscription.svelte
index 4488389..de059c4 100644
--- a/svelte/src/user_home/Subscription.svelte
+++ b/svelte/src/user_home/Subscription.svelte
@@ -185,7 +185,7 @@ onMount(() => {
- - Standard free plan, files expire after 30 days.
+ - Standard free plan, files expire after 60 days.