From 19d123599b7f24ddbbab7f2031047554f48fe712 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 3 Dec 2024 12:45:29 +1100 Subject: [PATCH] fixes for translations --- lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index 11093c68d2..2a2aabb22e 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -1099,7 +1099,7 @@ $lang = array( 'invoice_embed_documents' => 'Embed Documents', 'invoice_embed_documents_help' => 'Include attached images in the invoice.', 'document_email_attachment' => 'Attach Documents', - 'ubl_email_attachment' => 'Attach UBL/E-Invoice', + 'ubl_email_attachment' => 'Attach UBL', 'download_documents' => 'Download Documents (:size)', 'documents_from_expenses' => 'From Expenses:', 'dropzone_default_message' => 'Drop files or click to upload',