mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-30 06:50:49 +00:00 
			
		
		
		
	Updates for translations.
This commit is contained in:
		| @@ -35,8 +35,16 @@ class PreferencesController extends Controller | ||||
|     public function __construct() | ||||
|     { | ||||
|         parent::__construct(); | ||||
|         View::share('title', trans('firefly.preferences')); | ||||
|         View::share('mainTitleIcon', 'fa-gear'); | ||||
|  | ||||
|  | ||||
|         $this->middleware( | ||||
|             function ($request, $next) { | ||||
|                 View::share('title', trans('firefly.preferences')); | ||||
|                 View::share('mainTitleIcon', 'fa-gear'); | ||||
|  | ||||
|                 return $next($request); | ||||
|             } | ||||
|         ); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user