mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
rename admin to settings.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user