Fix translations typo case
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.orders.title'),
|
||||
'subtitle' => __('Shop.orders.list'),
|
||||
'breadcrumb' => [__('Shop.orders.title')]
|
||||
'title' => __('shop.orders.title'),
|
||||
'subtitle' => __('shop.orders.list'),
|
||||
'breadcrumb' => [__('shop.orders.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
Reference in New Issue
Block a user