From cf24aebebce3e3a9d3b37b044ad108e855b9796a Mon Sep 17 00:00:00 2001 From: objecttothis <17935339+objecttothis@users.noreply.github.com> Date: Thu, 7 Sep 2017 15:57:46 +0400 Subject: [PATCH] #1546 Updates --- application/language/en-US/employees_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/en-US/employees_lang.php b/application/language/en-US/employees_lang.php index 444827bb8..67f685b97 100644 --- a/application/language/en-US/employees_lang.php +++ b/application/language/en-US/employees_lang.php @@ -17,7 +17,7 @@ $lang["employees_one_or_multiple"] = "employee(s)"; $lang["employees_password"] = "Password"; $lang["employees_password_minlength"] = "Password must be at least 8 characters in length."; $lang["employees_password_must_match"] = "Passwords do not match."; -$lang["employees_password_not_must_match"] = "Current password and new password can not be the same."; +$lang["employees_password_not_must_match"] = "Current password and new password must be unique."; $lang["employees_password_required"] = "Password is required."; $lang["employees_permission_desc"] = "Check the boxes below to grant access to modules."; $lang["employees_permission_info"] = "Permissions";