Fix translations typo case

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

View File

@@ -1,7 +1,7 @@
@extends('layout.index', [
'title' => __('Shop.variations.title'),
'subtitle' => __('Shop.variations.add'),
'breadcrumb' => [__('Shop.variations.title'), __('Shop.variations.add')]
'title' => __('shop.variations.title'),
'subtitle' => __('shop.variations.add'),
'breadcrumb' => [__('shop.variations.title'), __('shop.variations.add')]
])
@include('boilerplate::load.fileinput')