[discover] update the sample size verbiage

This commit is contained in:
Spencer Alger 2015-06-02 19:40:07 -07:00
parent 81ecb7fb9b
commit fdf8532ecd

View file

@ -191,8 +191,9 @@
<div ng-if="rows.length == opts.sampleSize" class="discover-table-footer">
<center>
These are the first {{opts.sampleSize}} results matching your query,
refine your search to see more. <a ng-click="toTop()" title="Back to top">Back to top.</a>
These are the first {{opts.sampleSize}} documents matching
your search, refine your search to see others.
<a ng-click="toTop()" title="Back to top">Back to top.</a>
</center>
</div>
</div>