From a0bf959771e009a0d7cf2d01ac4c92aa84297183 Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Thu, 26 Mar 2020 09:00:28 -0700 Subject: [PATCH] [sip-15] fix messaging --- superset/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset/config.py b/superset/config.py index 630fbef9030a..45ea6e3cf136 100644 --- a/superset/config.py +++ b/superset/config.py @@ -808,8 +808,8 @@ class CeleryConfig: # pylint: disable=too-few-public-methods SIP_15_GRACE_PERIOD_END: Optional[date] = None # exclusive SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS = ["unknown", "inclusive"] SIP_15_TOAST_MESSAGE = ( - "Action Required: Preview then save your chart using the" - 'new time range endpoints here.' )