diff --git a/app/Services/Pdf/PdfMock.php b/app/Services/Pdf/PdfMock.php index 0d2e75d53d3a..a9983fc78022 100644 --- a/app/Services/Pdf/PdfMock.php +++ b/app/Services/Pdf/PdfMock.php @@ -609,7 +609,7 @@ class PdfMock '$entity_issued_to_label' => ctrans("texts.{$this->entity_string}_issued_to"), '$partial_due_date_label' => ctrans('texts.partial_due_date'), '$invoice.datetime_label' => ctrans('texts.datetime_format_id'), - '$invoice.due_date_label' => ctrans('texts.due_date'), + '$invoice.due_date_label' => ctrans('texts.invoice_due_date'), '$company.address1_label' => ctrans('texts.address1'), '$company.address2_label' => ctrans('texts.address2'), '$total_tax_labels_label' => ctrans('texts.total_taxes'), @@ -704,16 +704,16 @@ class PdfMock '$contact.email_label' => ctrans('texts.email'), '$invoice.taxes_label' => ctrans('texts.taxes'), '$credit_amount_label' => ctrans('texts.credit_amount'), - '$invoice.total_label' => ctrans('texts.total'), + '$invoice.total_label' => ctrans('texts.invoice_total'), '$product.date_label' => ctrans('texts.date'), '$product.item_label' => ctrans('texts.item'), '$public_notes_label' => ctrans('texts.public_notes'), '$entity.terms_label' => ctrans('texts.terms'), '$task.service_label' => ctrans('texts.service'), '$portalButton_label' => '', - '$payment.date_label' => ctrans('texts.date'), + '$payment.date_label' => ctrans('texts.payment_date'), '$client.phone_label' => ctrans('texts.phone'), - '$invoice.date_label' => ctrans('texts.date'), + '$invoice.date_label' => ctrans('texts.invoice_date'), '$client.state_label' => ctrans('texts.state'), '$number_short_label' => '', '$quote.number_label' => ctrans('texts.number'),