aboutsummaryrefslogtreecommitdiff
path: root/source/static/templates/management.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/static/templates/management.html')
-rw-r--r--source/static/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/static/templates/management.html b/source/static/templates/management.html
index 313b2cfd..bbb98e27 100644
--- a/source/static/templates/management.html
+++ b/source/static/templates/management.html
@@ -64,7 +64,7 @@
<br />
<form method=get action="/index_base">
- <input type="submit" value="Index database" /> (faster searches)
+ <input type="submit" value="Index database" /> (${nb_indexed_documents} indexed documents)
</form>
bgstack15