From b7adf99fa3fbadc13cc23b8f2671ad5cffd3f09c Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 3 Dec 2019 11:18:49 -0600 Subject: Changed text when adding collection to reflect increased storage time --- wqflask/wqflask/templates/collections/add.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/templates/collections/add.html b/wqflask/wqflask/templates/collections/add.html index aa5deccb..058e269c 100644 --- a/wqflask/wqflask/templates/collections/add.html +++ b/wqflask/wqflask/templates/collections/add.html @@ -19,7 +19,7 @@ data-trigger="change" data-minlength="5" data-maxlength="50" style="width: 100%"> {% if uc is not defined %} - This collection will be saved to this computer for 30 days. + This collection will be saved to your computer for a year (or until you clear your cache). {% endif %} -- cgit v1.2.3