diff --git a/resources/views/common/import/create.blade.php b/resources/views/common/import/create.blade.php index c8b62a05f..1f9c03a21 100644 --- a/resources/views/common/import/create.blade.php +++ b/resources/views/common/import/create.blade.php @@ -1,10 +1,10 @@ @extends('layouts.admin') -@section('title', trans('import.title', ['type' => trans_choice($namespace . 'general.' . $type, 2)])) +@section('title', trans('import.title', ['type' => trans_choice($namespace . 'general.' . str_replace('-', '_', $type), 2)])) @section('content')