Changeset - 97a20b808e5b
[Not reviewed]
default
0 1 0
Søren Løvborg - 10 years ago 2015-08-14 17:07:49
sorenl@unity3d.com
spelling: clarify what "Destroy old data" means
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_mapping.html
Show inline comments
 
@@ -8,9 +8,9 @@ ${h.form(url('admin_settings_mapping'), 
 
                <div class="checkboxes">
 
                    <div class="checkbox">
 
                        ${h.checkbox('destroy',True)}
 
                        <label for="destroy">${_('Destroy old data')}</label>
 
                        <label for="destroy">${_('Delete records of missing repositories')}</label>
 
                    </div>
 
                    <span class="help-block">${_('Check this option to remove references to repositories that no longer exist in on the filesystem.')}</span>
 
                    <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>
 

	
 
                    <div class="checkbox">
 
                        ${h.checkbox('invalidate',True)}
0 comments (0 inline, 0 general)