diff --git a/panoramix/forms.py b/panoramix/forms.py index 693be7fcd5dd7..c41384b789c50 100644 --- a/panoramix/forms.py +++ b/panoramix/forms.py @@ -67,7 +67,7 @@ def __init__(self, viz): "can type and use simple natural language as in '10 seconds', " "'1 day' or '56 weeks'")), 'since': TextField( - 'Since', default="one day ago", description=( + 'Since', default="7 days ago", description=( "Timestamp from filter. This supports free form typing and " "natural language as in '1 day ago', '28 days' or '3 years'")), 'until': TextField('Until', default="now"),