rename admin to settings.

This commit is contained in:
James Cole
2025-01-18 17:26:31 +01:00
parent 649736cb31
commit 4b2807de48
19 changed files with 80 additions and 80 deletions

View File

@@ -18,7 +18,7 @@
<i class="fa-solid fa-gears"></i>
</a>
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
<a href="{{ route('admin.index') }}" class="dropdown-item">
<a href="{{ route('settings.index') }}" class="dropdown-item">
<em class="fa-regular fa-user me-2 fa-fw"></em>
{{ __('firefly.system_settings') }}
</a>