fixed tests

This commit is contained in:
denisdulici
2020-01-07 17:25:54 +03:00
parent 5b59fb0e9e
commit 2e90d26dc8
6 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
<div class="card-body">
<p>{{ trans('errors.message.404') }}</p>
<a href="{{ url('/') }}" class="btn btn-success header-button-top"><span class="fa fa-tachometer-alt"></span> &nbsp;{{ trans('general.go_to', ['name' => trans('general.dashboard')]) }}</a>
<a href="{{ url('/') }}" 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>
</div>
</div>
@endsection