From 69b5ec17050a4621c48a47ad19011b3af39c24de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Mon, 28 Sep 2020 11:45:22 +0200 Subject: [PATCH] Change Downloads translation to Documents in CP --- app/Http/ViewComposers/PortalComposer.php | 2 +- resources/views/portal/ninja2020/downloads/index.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'))