- {!! Button::normal(trans('texts.download_pdf'))
+ {!! Button::normal(trans('texts.download'))
->withAttributes(['onclick' => 'onDownloadClick()'])
->appendIcon(Icon::create('download-alt')) !!}
{!! Button::primary(trans('texts.view_client'))
diff --git a/resources/views/invoices/delivery_note.blade.php b/resources/views/invoices/delivery_note.blade.php
index 901e72fc926c..9004656b9df0 100644
--- a/resources/views/invoices/delivery_note.blade.php
+++ b/resources/views/invoices/delivery_note.blade.php
@@ -43,7 +43,7 @@
@section('top-right')
- {!! Button::normal(trans('texts.download_pdf'))
+ {!! Button::normal(trans('texts.download'))
->withAttributes(['onclick' => 'onDownloadClick()', 'id' => 'downloadPdfButton'])
->appendIcon(Icon::create('download-alt')) !!}
diff --git a/resources/views/invoices/view.blade.php b/resources/views/invoices/view.blade.php
index d8cfc2ededfe..3b3f0c2ea71c 100644
--- a/resources/views/invoices/view.blade.php
+++ b/resources/views/invoices/view.blade.php
@@ -157,21 +157,21 @@
@else