From 89374eb2c06df9329a5732657192e4427067b988 Mon Sep 17 00:00:00 2001 From: Nikki Murray Date: Wed, 23 Sep 2015 10:30:39 -0400 Subject: [PATCH] CRM-17264: Profile: Duplicate User Notice Text Is Confusing --- CRM/Utils/System/Joomla.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System/Joomla.php b/CRM/Utils/System/Joomla.php index 821187b9f0..018fc51a0d 100644 --- a/CRM/Utils/System/Joomla.php +++ b/CRM/Utils/System/Joomla.php @@ -155,7 +155,7 @@ class CRM_Utils_System_Joomla extends CRM_Utils_System_Base { } if (strtolower($dbEmail) == strtolower($email)) { $resetUrl = str_replace('administrator/', '', $config->userFrameworkBaseURL) . 'index.php?option=com_users&view=reset'; - $errors[$emailName] = ts('The email address %1 ialready has an account associated with it. Have you forgotten your password?', + $errors[$emailName] = ts('The email address %1 already has an account associated with it. Have you forgotten your password?', array(1 => $email, 2 => $resetUrl) ); } -- 2.25.1