diff options
author | zsloan | 2019-12-03 11:18:49 -0600 |
---|---|---|
committer | zsloan | 2019-12-03 11:18:49 -0600 |
commit | b7adf99fa3fbadc13cc23b8f2671ad5cffd3f09c (patch) | |
tree | 10da001796c3385980de8dd215759d761a8c86e4 /wqflask | |
parent | 326177268ffa0d9ff0cc342005f4de8c986dd1d2 (diff) | |
download | genenetwork2-b7adf99fa3fbadc13cc23b8f2671ad5cffd3f09c.tar.gz |
Changed text when adding collection to reflect increased storage time
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/add.html | 2 |
1 files changed, 1 insertions, 1 deletions
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%"> <button type="submit" name="create_new" class="btn btn-primary" style="margin-top: 20px;">Create collection</button> {% if uc is not defined %} - <span class="help-block" style="color:red;">This collection will be saved to this computer for 30 days.</span> + <span class="help-block" style="color:red;">This collection will be saved to your computer for a year (or until you clear your cache).</span> {% endif %} </div> </fieldset> |