diff --git a/public/index.html b/public/index.html
index d43d861..69c3679 100644
--- a/public/index.html
+++ b/public/index.html
@@ -182,7 +182,7 @@
instantsearch.widgets.stats({
container: '#stats',
templates: {
- text: `找到 {{#helpers.formatNumber}}{{nbHits}}{{/helpers.formatNumber}} 条结果,用时 {{processingTimeMS}} 毫秒。`,
+ text: `找到 {{#helpers.formatNumber}}{{estimatedTotalHits}}{{/helpers.formatNumber}} 条结果,用时 {{processingTimeMS}} 毫秒。`,
},
}),
])