Skip to content

Commit

Permalink
fix attempt/run language in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Jan 5, 2024
1 parent a6e4ada commit fd7dd0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lightning_web/live/attempt_live/components.ex
Expand Up @@ -227,8 +227,8 @@ defmodule LightningWeb.AttemptLive.Components do
<span
class="cursor-pointer"
id={"clone_" <> @run.id}
aria-label="This step was originally executed in a previous attempt.
It was skipped in this attempt; the original output has been
aria-label="This step was originally executed in a previous run.
It was skipped in this run; the original output has been
used as the starting point for downstream jobs."
phx-hook="Tooltip"
data-placement="bottom"
Expand Down

0 comments on commit fd7dd0c

Please sign in to comment.