This commit is contained in:
objecttothis
2017-09-07 15:57:46 +04:00
committed by GitHub
parent 75e0b2898e
commit cf24aebebc

View File

@@ -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";