Better text for total domain count

This commit is contained in:
Girish Ramakrishnan
2023-04-29 11:01:56 +02:00
parent 19247f38c5
commit 1664533e14
2 changed files with 3 additions and 2 deletions

View File

@@ -1053,7 +1053,8 @@
"domainWellKnown": {
"title": "Well-Known locations of {{ domain }}"
},
"tooltipWellKnown": "Set Well-Known Locations"
"tooltipWellKnown": "Set Well-Known Locations",
"count": "Total domains: {{ count }}"
},
"notifications": {
"title": "Notifications",

View File

@@ -339,7 +339,7 @@
</tbody>
</table>
<div class="pull-left">
{{ 'main.pagination.itemCount' | tr:{ count: (domains | filter:domainSearchString).length } }}
{{ 'domains.count' | tr:{ count: (domains | filter:domainSearchString).length } }}
</div>
<div class="pull-right" ng-show="domains.length > pageSize">
<button class="btn btn-default btn-outline btn-xs" ng-click="showPrevPage()" ng-class="{ 'btn-primary': currentPage > 1 }" ng-disabled="currentPage <= 1"><i class="fa fa-angle-double-left"></i> {{ 'main.pagination.prev' | tr }}</button>