diff --git a/src/dispatch/plugins/dispatch_slack/case/messages.py b/src/dispatch/plugins/dispatch_slack/case/messages.py index 9163f6d57644..c9a0d6c51005 100644 --- a/src/dispatch/plugins/dispatch_slack/case/messages.py +++ b/src/dispatch/plugins/dispatch_slack/case/messages.py @@ -76,7 +76,7 @@ def create_case_message(case: Case, channel_id: str) -> list[Block]: Section( text=f"*Title* \n {case.title}.", accessory=Button( - text="View", + text="Open in Dispatch", action_id="button-link", url=f"{DISPATCH_UI_URL}/{case.project.organization.slug}/cases/{case.name}", ),