Fix translations typo case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.unities.title'),
|
||||
'subtitle' => __('Shop.unities.list'),
|
||||
'breadcrumb' => [__('Shop.unities.title')]
|
||||
'title' => __('shop.unities.title'),
|
||||
'subtitle' => __('shop.unities.list'),
|
||||
'breadcrumb' => [__('shop.unities.title')]
|
||||
])
|
||||
|
||||
@include('boilerplate::load.select2')
|
||||
@@ -11,10 +11,10 @@
|
||||
<nav>
|
||||
<div class="nav nav-tabs">
|
||||
<a href="#families" data-toggle="tab" class="nav-item nav-link" role="tab" aria-controls="families" aria-selected="true">
|
||||
{{ __('Shop.unities.title') }}
|
||||
{{ __('shop.unities.title') }}
|
||||
</a>
|
||||
<a href="#values" data-toggle="tab" class="nav-item nav-link active" role="tab" aria-controls="values" aria-selected="false">
|
||||
{{ __('Shop.unities.title') }}
|
||||
{{ __('shop.unities.title') }}
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.unities.title'),
|
||||
'subtitle' => __('Shop.unities.list'),
|
||||
'breadcrumb' => [__('Shop.unities.title')]
|
||||
'title' => __('shop.unities.title'),
|
||||
'subtitle' => __('shop.unities.list'),
|
||||
'breadcrumb' => [__('shop.unities.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
Reference in New Issue
Block a user