Merge pull request #1088 from burakcakirel/import-page-title-for-modules

Fix Import Page title for modules
This commit is contained in:
Cüneyt Şentürk 2020-01-06 14:09:05 +03:00 committed by GitHub
commit 7fffa81690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
@extends('layouts.admin')
@section('title', trans('import.title', ['type' => trans_choice('general.' . $type, 2)]))
@section('title', trans('import.title', ['type' => trans_choice($namespace . 'general.' . $type, 2)]))
@section('content')
<div class="card">
@ -46,4 +46,4 @@
</div>
{!! Form::close() !!}
</div>
@endsection
@endsection