We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b258a commit 0e6b344Copy full SHA for 0e6b344
1 file changed
src/frontend/src/pages/AdminToolsPage/ProjectsConfig/WorkPackageTemplateTable.tsx
@@ -59,10 +59,13 @@ const WorkPackageTemplateTable = () => {
59
setTemplateToDelete(undefined);
60
}}
61
>
62
- <Typography>
+ <Typography gutterBottom>
63
Are you sure you want to delete the work package template <i>{templateToDelete?.templateName}</i>?
64
</Typography>
65
- <Typography>This will also delete all templates blocked by this one.</Typography>
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>
69
<Typography fontWeight="bold">This action cannot be undone!</Typography>
70
</NERModal>
71
</>
0 commit comments