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