summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 4b9dfad91..f968e91ca 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -277,8 +277,8 @@ function search_display(obj_name, data)
if (data.result.truncated) {
tfoot.text(
- 'More than ' + sizelimit + ' results returned. ' +
- 'First ' + sizelimit + ' results shown.'
+ 'More than ' + ipa_record_limit + ' results returned. ' +
+ 'First ' + ipa_record_limit + ' results shown.'
);
} else {
tfoot.text(data.result.summary);