"Estimated number of total pages" in the tooltip

This commit is contained in:
tophf 2017-12-13 09:34:51 +03:00
parent 3c2421d875
commit 6d3cb73324
2 changed files with 4 additions and 1 deletions

View File

@ -678,6 +678,9 @@
}, },
"paginationTotal": { "paginationTotal": {
"message": "Total pages", "message": "Total pages",
},
"paginationEstimated": {
"message": "Estimated number of pages",
"description": "Tooltip for the total page count in search results" "description": "Tooltip for the total page count in search results"
}, },
"parseUsercssError": { "parseUsercssError": {

View File

@ -130,7 +130,7 @@
<label> <label>
<span data-type="page" i18n-title="paginationCurrent">-</span> <span data-type="page" i18n-title="paginationCurrent">-</span>
/ /
<span data-type="total" i18n-title="paginationTotal">-</span> <span data-type="total" i18n-title="paginationEstimated">-</span>
</label> </label>
<button data-type="next" i18n-title="paginationNext" disabled></button> <button data-type="next" i18n-title="paginationNext" disabled></button>
</div> </div>