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
+2 -1
View File
@@ -1053,7 +1053,8 @@
"domainWellKnown": { "domainWellKnown": {
"title": "Well-Known locations of {{ domain }}" "title": "Well-Known locations of {{ domain }}"
}, },
"tooltipWellKnown": "Set Well-Known Locations" "tooltipWellKnown": "Set Well-Known Locations",
"count": "Total domains: {{ count }}"
}, },
"notifications": { "notifications": {
"title": "Notifications", "title": "Notifications",
+1 -1
View File
@@ -339,7 +339,7 @@
</tbody> </tbody>
</table> </table>
<div class="pull-left"> <div class="pull-left">
{{ 'main.pagination.itemCount' | tr:{ count: (domains | filter:domainSearchString).length } }} {{ 'domains.count' | tr:{ count: (domains | filter:domainSearchString).length } }}
</div> </div>
<div class="pull-right" ng-show="domains.length > pageSize"> <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> <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>