Skip to content

Commit

Permalink
Merge pull request #2856 from pnaik1/RHOAIENG-356
Browse files Browse the repository at this point in the history
Updated delete button for Delete Pipeline Server modal
  • Loading branch information
openshift-merge-bot[bot] authored May 29, 2024
2 parents becdc5c + 3782871 commit 4fe93f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DeletePipelineServerModal: React.FC<DeletePipelineServerModalProps> = ({
setError(e);
});
}}
submitButtonLabel="Delete"
submitButtonLabel="Delete pipeline server"
deleteName={deleteName}
>
The <b>{deleteName}</b> and all of its pipelines and runs will be deleted from{' '}
Expand Down

0 comments on commit 4fe93f0

Please sign in to comment.