We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff241ab commit 758927dCopy full SHA for 758927d
resources/themes/pterodactyl/base/api/index.blade.php
@@ -27,7 +27,7 @@
27
<h1>@lang('base.api.index.header')<small>@lang('base.api.index.header_sub')</small></h1>
28
<ol class="breadcrumb">
29
<li><a href="{{ route('index') }}">@lang('strings.home')</a></li>
30
- <li class="active">@lang('strings.api_access')</li>
+ <li class="active">@lang('navigation.account.api_access')</li>
31
</ol>
32
@endsection
33
0 commit comments