Fix for #774
This commit is contained in:
parent
87fe9c1771
commit
d58e6cb560
2 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@ return [
|
|||
'apps.description' => 'Description',
|
||||
'apps.only_admin_account' => 'Only if you have admin-account!',
|
||||
'apps.autologin_url' => 'Auto login url',
|
||||
'apps.show_deleted' => 'Showing Deleted Applications',
|
||||
|
||||
'dashboard' => 'Home dashboard',
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<section class="module-container">
|
||||
<header>
|
||||
<div class="section-title">
|
||||
Showing Deleted Applications
|
||||
{{ __('app.apps.show_deleted') }}
|
||||
</div>
|
||||
<div class="module-actions">
|
||||
<a href="{{ route('items.index', []) }}" title="" class="button"><i class="fa fa-ban"></i><span>{{ __('app.buttons.cancel') }}</span></a>
|
||||
|
|
Loading…
Reference in a new issue