diff options
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> |