Skip to content

Commit

Permalink
Updated delete button for Delete Pipeline Server modal
Browse files Browse the repository at this point in the history
  • Loading branch information
pnaik1 committed May 29, 2024
1 parent 2dc72ad commit 3782871
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 3782871

Please sign in to comment.