Merge pull request #6116 from jitendra-webkul/master

Issue #6114 fixed
This commit is contained in:
Jitendra Singh 2022-03-25 10:45:50 +05:30 committed by GitHub
commit cc2f7bebc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@
</accordian>
{{-- home page seo --}}
<accordian :title="'{{ __('admin::app.settings.channels.seo') }}'" :active="true">
<accordian title="{{ __('admin::app.settings.channels.seo') }}" :active="true">
<div slot="body">
<div class="control-group" :class="[errors.has('seo_title') ? 'has-error' : '']">
<label for="seo_title" class="required">{{ __('admin::app.settings.channels.seo-title') }}</label>

View File

@ -226,7 +226,7 @@
@endphp
{{-- home page seo --}}
<accordian :title="'{{ __('admin::app.settings.channels.seo') }}'" :active="true">
<accordian title="{{ __('admin::app.settings.channels.seo') }}" :active="true">
<div slot="body">
<div class="control-group" :class="[errors.has('{{$locale}}[seo_title]') ? 'has-error' : '']">
<label for="seo_title" class="required">