diff --git a/app/Http/ViewComposers/PortalComposer.php b/app/Http/ViewComposers/PortalComposer.php index 904e711926b3..0f93cd06e346 100644 --- a/app/Http/ViewComposers/PortalComposer.php +++ b/app/Http/ViewComposers/PortalComposer.php @@ -65,7 +65,7 @@ class PortalComposer $data[] = ['title' => ctrans('texts.quotes'), 'url' => 'client.quotes.index', 'icon' => 'align-left']; $data[] = ['title' => ctrans('texts.credits'), 'url' => 'client.credits.index', 'icon' => 'credit-card']; $data[] = ['title' => ctrans('texts.payment_methods'), 'url' => 'client.payment_methods.index', 'icon' => 'shield']; - $data[] = ['title' => ctrans('texts.downloads'), 'url' => 'client.downloads.index', 'icon' => 'download']; + $data[] = ['title' => ctrans('texts.documents'), 'url' => 'client.downloads.index', 'icon' => 'download']; return $data; } diff --git a/resources/views/portal/ninja2020/downloads/index.blade.php b/resources/views/portal/ninja2020/downloads/index.blade.php index 64eafeac5cc7..9f61f86bb4d1 100644 --- a/resources/views/portal/ninja2020/downloads/index.blade.php +++ b/resources/views/portal/ninja2020/downloads/index.blade.php @@ -1,5 +1,5 @@ @extends('portal.ninja2020.layout.app') -@section('meta_title', ctrans('texts.downloads')) +@section('meta_title', ctrans('texts.documents')) @section('header') @if($client->getSetting('client_portal_enable_uploads'))