[sip-15] fix messaging (#9397)
This commit is contained in:
parent
81971967c3
commit
742887bf00
|
|
@ -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>.'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue