Merge pull request #4110 from beganovich/v2-rename-downloads-to-documents

(wip) Change Downloads translation to Documents in CP
This commit is contained in:
David Bomba 2020-09-28 20:00:46 +10:00 committed by GitHub
commit 58e48034e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'))