Skip to content

Commit 671a8ae

Browse files
authored
Merge pull request paperclipai#221 from richardanaya/rename-invoke-to-run-heartbeat
Rename Invoke button to Run Heartbeat for UX consistency
2 parents 63afce3 + 638f230 commit 671a8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/AgentDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ export function AgentDetail() {
468468
disabled={agentAction.isPending || isPendingApproval}
469469
>
470470
<Play className="h-3.5 w-3.5 sm:mr-1" />
471-
<span className="hidden sm:inline">Invoke</span>
471+
<span className="hidden sm:inline">Run Heartbeat</span>
472472
</Button>
473473
{agent.status === "paused" ? (
474474
<Button

0 commit comments

Comments
 (0)