"Estimated number of total pages" in the tooltip
This commit is contained in:
parent
3c2421d875
commit
6d3cb73324
|
@ -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": {
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user