mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-07 18:37:55 +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