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

@@ -235,7 +235,7 @@
</li>
{% if hasRole('owner') %}
<li class="{{ activeRoutePartial('settings') }}">
<a class="{{ activeRoutePartial('settings') }}" href="{{ route('admin.index') }}">
<a class="{{ activeRoutePartial('settings') }}" href="{{ route('settings.index') }}">
<span class="fa fa-angle-right fa-fw"></span>
<span>{{ 'system_settings'|_ }}</span>
</a>