mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Clean up translations and strings in import routine.
This commit is contained in:
@@ -162,7 +162,7 @@ class IndexController extends Controller
|
||||
$providers[$name]['prereq_complete'] = $result;
|
||||
}
|
||||
|
||||
$subTitle = trans('firefly.import_index_sub_title');
|
||||
$subTitle = trans('import.index_breadcrumb');
|
||||
$subTitleIcon = 'fa-home';
|
||||
|
||||
return view('import.index', compact('subTitle', 'subTitleIcon', 'providers'));
|
||||
|
Reference in New Issue
Block a user