Skip to content

Commit

Permalink
fix: sort options translations (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrantisekMichalSebestyen authored Aug 24, 2023
1 parent b13b9fe commit 04c2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/frontend/catalog-new/index-new.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,8 @@ class="tw-w-80 tw-border-2 tw-border-gray-800 tw-bg-white tw-p-4">
</li>
<li class="tw-py-0.5 tw-pl-2 hover:tw-bg-gray-200"
@click="handleSortChange(null);pc.closeOpenedPopover()"
v-if="!query.sort">
{{ trans('sortable.last_change') }}
v-if="query.sort">
{{ trans('sortable.updated_at') }}
</li>
</ul>
</div>
Expand Down

0 comments on commit 04c2443

Please sign in to comment.