Fix translations typo case

This commit is contained in:
Ludovic CANDELLIER
2021-08-24 22:40:22 +02:00
parent 5bbf63b33f
commit 47ff07451f
28 changed files with 83 additions and 83 deletions

View File

@@ -12,7 +12,7 @@
<!--
<li class="nav-item">
<a href="#offers" class="nav-link" data-toggle="tab" aria-expanded="true">
{{ __('Shop.offers.title') }}
{{ __('shop.offers.title') }}
@if(isset($offers_count))<span class="badge">{{ $offers_count }}</span>@endif
</a>
</li>