summaryrefslogtreecommitdiffstats
path: root/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
Diffstat (limited to 'lib/toaster/toastergui/templates')
-rw-r--r--lib/toaster/toastergui/templates/project.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index 7644dad2f..5abe24130 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -31,12 +31,14 @@
<h4>Are you sure you want to delete this project?</h4>
</div>
<div class="modal-body">
- <p>Deleting the <strong class="project-name"></strong> project will remove forever:</p>
+ <p>Deleting the <strong class="project-name"></strong> project
+ will:</p>
<ul>
- <li>Its configuration information</li>
- <li>Its imported layers</li>
- <li>Its custom images</li>
- <li>All its build information</li>
+ <li>Cancel its builds currently in progress</li>
+ <li>Remove its configuration information</li>
+ <li>Remove its imported layers</li>
+ <li>Remove its custom images</li>
+ <li>Remove all its build information</li>
</ul>
</div>
<div class="modal-footer">