Skip to content

Commit 0e6b344

Browse files
committed
#2628 added instructions in modal
1 parent a9b258a commit 0e6b344

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/frontend/src/pages/AdminToolsPage/ProjectsConfig/WorkPackageTemplateTable.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ const WorkPackageTemplateTable = () => {
5959
setTemplateToDelete(undefined);
6060
}}
6161
>
62-
<Typography>
62+
<Typography gutterBottom>
6363
Are you sure you want to delete the work package template <i>{templateToDelete?.templateName}</i>?
6464
</Typography>
65-
<Typography>This will also delete all templates blocked by this one.</Typography>
65+
<Typography gutterBottom>
66+
This will also delete all templates blocked by this one. If you would like to delete this template only, first
67+
remove all references to it from all other templates' "Blocked By" sections.
68+
</Typography>
6669
<Typography fontWeight="bold">This action cannot be undone!</Typography>
6770
</NERModal>
6871
</>

0 commit comments

Comments
 (0)