From 1ebaea42d15cdfc8637be93c7e9889c2ce6d7009 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 8 Dec 2022 13:46:48 +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 9fc9764b2a61..82480c63daf9 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4778,7 +4778,7 @@ $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 mobile/cell phone number is not valid, please enter in E.164 format', + 'phone_validation_error' => 'This mobile (cell) phone number is not valid, please enter in E.164 format', 'transaction' => 'Transaction', 'disable_2fa' => 'Disable 2FA', 'change_number' => 'Change Number',