changed go to dashboard text

This commit is contained in:
denisdulici
2020-02-13 16:09:51 +03:00
parent 197f9f9e3a
commit 72fd4a9055
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@
@php $landing_page = user() ? route(user()->landing_page) : route('login'); @endphp
<a href="{{ $landing_page }}" class="btn btn-success header-button-top"><span class="fa fa-tachometer-alt"></span> &nbsp;{{ trans('general.go_to', ['name' => trans_choice('general.dashboards', 1)]) }}</a>
<a href="{{ $landing_page }}" class="btn btn-success header-button-top"><span class="fa fa-tachometer-alt"></span> &nbsp;{{ trans('general.go_to_dashboard') }}</a>
</div>
</div>
@endsection