Merge pull request #1088 from burakcakirel/import-page-title-for-modules
Fix Import Page title for modules
This commit is contained in:
commit
7fffa81690
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user