Changeset - be204b0afed4
[Not reviewed]
default
0 1 0
Mads Kiilerich - 9 years ago 2016-11-10 16:10:41
madski@unity3d.com
settings: fix 'Rescan option' label
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/admin/settings/settings_mapping.html
Show inline comments
 
@@ -2,7 +2,7 @@ ${h.form(url('admin_settings_mapping'), 
 
    <div class="form">
 
        <div class="form-horizontal">
 
            <div class="form-group">
 
                <label class="control-label" for="destroy">${_('Rescan option')}:</label>
 
                <label class="control-label" for="destroy">${_('Rescan options')}:</label>
 
                <div class="checkboxes">
 
                    <div class="checkbox">
 
                        ${h.checkbox('destroy',True)}
0 comments (0 inline, 0 general)