Skip to content

Commit

Permalink
Fix total count presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
eronisko committed Apr 25, 2024
1 parent 32c6d64 commit 9e2fc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/catalog-new/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ class="tw-capitalize">{{ trans_choice('item.filter.displaying', 5) }}</span>
<catalog.number-formatter v-bind:value="artworks_total">
</catalog.number-formatter>
</span>
{{ trans_choice('item.filter.artworks_sorted_by', 5) }}
@{{ $tChoice('item.filter.artworks_sorted_by', artworks_total) }}
</span>

<catalog.sort-select
Expand Down

0 comments on commit 9e2fc22

Please sign in to comment.