Skip to content

Commit

Permalink
rename re-executions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Dec 12, 2024
1 parent 7985e64 commit 824cc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const RunGroupPanel = ({
});

return (
<SidebarSection title={runs[0] ? `Retries (${runs.length - 1})` : ''}>
<SidebarSection title={runs[0] ? `Re-executions (${runs.length - 1})` : ''}>
<>
{runs.map((g, idx) =>
g ? (
Expand Down

0 comments on commit 824cc28

Please sign in to comment.