From 171359378db290282a4f7aaa425a2ffbe45c6b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C3=87ak=C4=B1rel?= Date: Mon, 6 Jan 2020 12:52:51 +0300 Subject: [PATCH] Fix Import Page title for modules --- resources/views/common/import/create.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/common/import/create.blade.php b/resources/views/common/import/create.blade.php index f265288a8..0035568b5 100644 --- a/resources/views/common/import/create.blade.php +++ b/resources/views/common/import/create.blade.php @@ -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')
@@ -46,4 +46,4 @@
{!! Form::close() !!} -@endsection \ No newline at end of file +@endsection