mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-21 03:39:00 +00:00
rename admin to settings.
This commit is contained in:
@@ -59,6 +59,6 @@ class HomeController extends Controller
|
||||
$email = $pref->data;
|
||||
}
|
||||
|
||||
return view('admin.index', compact('title', 'mainTitleIcon', 'email'));
|
||||
return view('settings.index', compact('title', 'mainTitleIcon', 'email'));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user