Skip to content

Commit

Permalink
Update project delete title (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Jul 31, 2023
1 parent 4f73f51 commit 645976c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const DeleteProjectModal: React.FC<DeleteProjectModalProps> = ({
return (
<DeleteMatchModal
isModalOpen={true}
title="Project details"
title="Project delete confirmation"
message={`Are you sure you want to delete the project '${project.title}'? This will delete all resources associated with '${project.title}' and cannot be undone. Make sure this is something you really want to do!`}
matchText={project.title}
inProgress={isDeleting}
Expand Down

0 comments on commit 645976c

Please sign in to comment.