Fix the import page title for modules.

This commit is contained in:
Pavel Mironchik 2021-05-18 17:45:29 +06:00
parent bdb51a27a4
commit 37c567d06d

View File

@ -1,6 +1,6 @@
@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')
<div class="card">