This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch john-bodley--fix-sip-15-messaging
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit a0bf959771e009a0d7cf2d01ac4c92aa84297183
Author: John Bodley <[email protected]>
AuthorDate: Thu Mar 26 09:00:28 2020 -0700

    [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 630fbef..45ea6e3 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -808,8 +808,8 @@ SIP_15_ENABLED = True
 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 <a target="_blank" href="{url}"'
+    "Action Required: Preview then save your chart using the "
+    'new time range endpoints <a target="_blank" href="{url}" '
     'class="alert-link">here</a>.'
 )
 

Reply via email to