"Estimated number of total pages" in the tooltip
This commit is contained in:
parent
3c2421d875
commit
6d3cb73324
|
@ -678,6 +678,9 @@
|
|||
},
|
||||
"paginationTotal": {
|
||||
"message": "Total pages",
|
||||
},
|
||||
"paginationEstimated": {
|
||||
"message": "Estimated number of pages",
|
||||
"description": "Tooltip for the total page count in search results"
|
||||
},
|
||||
"parseUsercssError": {
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
<label>
|
||||
<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>
|
||||
<button data-type="next" i18n-title="paginationNext" disabled>►</button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user