This commit is contained in:
Kode 2022-03-16 20:13:16 +00:00
parent 87fe9c1771
commit d58e6cb560
2 changed files with 2 additions and 1 deletions

View file

@ -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',

View file

@ -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>