summaryrefslogtreecommitdiff
path: root/tmpl/dictionary.html
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r--tmpl/dictionary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 99fd220e..09102b51 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -7,10 +7,10 @@
<button type="button" class="dict-controls dict-delete btn btn-danger">Delete</button>
</div>
</div>
+ <div class="dict-delete-progress">Deleting dictionary data, please be patient.</div>
<div class="progress dict-delete-progress">
<div class="progress-bar progress-bar-striped progress-bar-danger" style="width: 0%"></div>
</div>
- <div class="dict-delete-progress">Deleting dictionary data, please be patient.</div>
<div class="checkbox dict-controls {{#unless hasTerms}}disabled{{/unless}}">
<label><input type="checkbox" class="dict-enable-terms" {{#unless hasTerms}}disabled{{/unless}} {{#if enableTerms}}checked{{/if}}> Enable term search</label>
</div>