Small cosmetic changes to export routine.

This commit is contained in:
James Cole
2017-09-14 18:03:39 +02:00
parent fc67c9a476
commit 6badf101d7
3 changed files with 9 additions and 16 deletions

View File

@@ -46,7 +46,7 @@ class ExportController extends Controller
$this->middleware(
function ($request, $next) {
View::share('mainTitleIcon', 'fa-file-archive-o');
View::share('title', trans('firefly.export_data'));
View::share('title', trans('firefly.export_and_backup_data'));
return $next($request);
}