Skip to content

Commit

Permalink
Change View Case button to Open in Dispatch (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon authored Dec 8, 2023
1 parent 0689503 commit e987d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/case/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
),
Expand Down

0 comments on commit e987d2d

Please sign in to comment.