Change Downloads translation to Documents in CP

This commit is contained in:
Benjamin Beganović 2020-09-28 11:45:22 +02:00
parent 9bdfacd49b
commit 69b5ec1705
2 changed files with 2 additions and 2 deletions

View File

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

View File

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