Skip to content

Commit 46dc4fe

Browse files
committed
Jobs rescued by any lifeline are detectable
Change the language for orphans to correctly indicate that any lifeline may have rescued them.
1 parent 3571290 commit 46dc4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/oban/web/live/jobs/table_component.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ defmodule Oban.Web.Jobs.TableComponent do
112112
class="h-5 w-5 text-gray-500 dark:text-gray-300"
113113
id={"job-rescued-#{assigns.job.id}"}
114114
phx-hook="Tippy"
115-
data-title="Rescued by the DynamicLifeline plugin"
115+
data-title="Rescued by lifeline"
116116
/>
117117
118118
<Icons.crossbones_circle

0 commit comments

Comments
 (0)