Skip to content

Commit 49ba41b

Browse files
committed
fix(seer-slack): Update missing scope footer copy
1 parent 3ff46a0 commit 49ba41b

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/notifications/platform/slack/renderers

1 file changed

+1
-1
lines changed

src/sentry/notifications/platform/slack/renderers/seer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def render_footer_blocks(
266266
def render_missing_scope_footer(cls, settings_url: str) -> list[Block]:
267267
"""Return a context block warning that optional history scopes are missing."""
268268
footer_text = (
269-
f"_Thread context is unavailable \u2014 optional scopes are disabled. "
269+
f"_Thread context is unavailable because optional scopes are disabled. "
270270
f"<{settings_url}|Reinstall Sentry's Slack app> to enable this feature._"
271271
)
272272
return [ContextBlock(elements=[MarkdownTextObject(text=footer_text)])]

0 commit comments

Comments
 (0)