mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Extended views and language.
This commit is contained in:
@@ -37,7 +37,7 @@ class ImportController extends Controller
|
||||
{
|
||||
parent::__construct();
|
||||
View::share('mainTitleIcon', 'fa-archive');
|
||||
View::share('title', trans('firefly.import_data'));
|
||||
View::share('title', trans('firefly.import_data_full'));
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -215,7 +215,7 @@ class ImportController extends Controller
|
||||
}
|
||||
Log::debug('Continue in settings()');
|
||||
$importer = $this->makeImporter($job);
|
||||
$subTitle = trans('firefy.settings_for_import');
|
||||
$subTitle = trans('firefly.settings_for_import');
|
||||
$subTitleIcon = 'fa-wrench';
|
||||
|
||||
// now show settings screen to user.
|
||||
|
Reference in New Issue
Block a user