Extended views and language.

This commit is contained in:
James Cole
2016-08-12 10:07:53 +02:00
parent 5e310776b4
commit 76649cb7de
5 changed files with 15 additions and 17 deletions

View File

@@ -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.