Skip to content

Commit

Permalink
fix: tax classes title translation (#1550)
Browse files Browse the repository at this point in the history
Tax classes title translation was broken:
![Screenshot 2024-02-13 at 10 21
58](https://github.com/lunarphp/lunar/assets/35270727/db6b1203-7122-4ee0-9781-31905da63976)
  • Loading branch information
DinisEsteves authored May 6, 2024
1 parent 684aa6f commit e616cb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
'hover:text-gray-700 text-gray-500' => request()->route()->getName() != 'hub.taxes.tax-classes.index'
])
>
{{ __('adminhub::settings.tax-classes.index.title') }}
{{ __('adminhub::settings.taxes.tax-classes.index.title') }}
</a>
</nav>

0 comments on commit e616cb0

Please sign in to comment.