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

@@ -14,7 +14,7 @@
<div class="row mb-3">
<div class="col-12">
{{ Form::label('categories', __('Shop.shelves.title')) }}<br>
{{ Form::label('categories', __('shop.shelves.title')) }}<br>
@foreach (($article['categories'] ?? null) as $category)
{{ $category }}
@endforeach