Skip to content

Commit

Permalink
update label
Browse files Browse the repository at this point in the history
Signed-off-by: Remington Breeze <[email protected]>
  • Loading branch information
rbreeze committed Sep 19, 2024
1 parent a66a04e commit 9df49d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/features/project/pipelines/pipelines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export const Pipelines = ({
onClick={() => setZoom((prev) => Math.min(200, prev + 10))}
icon={<FontAwesomeIcon icon={faMagnifyingGlassPlus} />}
/>
<Tooltip title='Reassign Stage Colors'>
<Tooltip title='Regenerate Stage Colors'>
<Button
type='default'
onClick={() => {
Expand Down

0 comments on commit 9df49d1

Please sign in to comment.