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