From 0902582a374bd77bc49d89c7087886df1b4e9482 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Sun, 6 Nov 2022 17:24:19 +1100 Subject: [PATCH] Additional translations --- lang/en/texts.php | 3 ++- storage/logs/.gitignore | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 storage/logs/.gitignore diff --git a/lang/en/texts.php b/lang/en/texts.php index 6c32619cfd11..fdd352a19e58 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4777,7 +4777,8 @@ $LANG = array( 'invoice_task_project' => 'Invoice Task Project', 'invoice_task_project_help' => 'Add the project to the invoice line items', 'bulk_action' => 'Bulk Action', - 'phone_validation_error' => 'This phone number is not valid, please enter in E.164 format', + 'phone_validation_error' => 'This phone number is not valid, please enter in E.164 format', + 'transaction' => 'Transaction', ); return $LANG; diff --git a/storage/logs/.gitignore b/storage/logs/.gitignore old mode 100644 new mode 100755