Show More
@@ -8,9 +8,9 b'' | |||||
8 | <div class="checkboxes"> |
|
8 | <div class="checkboxes"> | |
9 | <div class="checkbox"> |
|
9 | <div class="checkbox"> | |
10 | ${h.checkbox('destroy',True)} |
|
10 | ${h.checkbox('destroy',True)} | |
11 |
<label for="destroy">${_('De |
|
11 | <label for="destroy">${_('Delete records of missing repositories')}</label> | |
12 | </div> |
|
12 | </div> | |
13 |
<span class="help-block">${_('Check this option to remove |
|
13 | <span class="help-block">${_('Check this option to remove all comments, pull requests and other records related to repositories that no longer exist in the filesystem.')}</span> | |
14 |
|
14 | |||
15 | <div class="checkbox"> |
|
15 | <div class="checkbox"> | |
16 | ${h.checkbox('invalidate',True)} |
|
16 | ${h.checkbox('invalidate',True)} |
General Comments 0
You need to be logged in to leave comments.
Login now