Merge pull request #2049 from pavel-mironchik/fix-import-page-title-for-modules-2
Fix the import page title for modules (2nd variant).
This commit is contained in:
commit
9f1cf98906
@ -1,6 +1,6 @@
|
|||||||
@extends('layouts.admin')
|
@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')
|
@section('content')
|
||||||
<div class="card">
|
<div class="card">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user