diff --git a/include/staff/staff.inc.php b/include/staff/staff.inc.php index e036540459d07e3a1913e67bbc65e49ab09bc0b3..4bd04c2f7bc0cb50f131e4ab71706126d0248202 100644 --- a/include/staff/staff.inc.php +++ b/include/staff/staff.inc.php @@ -17,7 +17,7 @@ if($staff && $_REQUEST['a']!='add'){ $title=__('Add New Agent'); $action='create'; $submit_text=__('Add Agent'); - $passwd_text=__('Temporary password required only for "Local" authenication'); + $passwd_text=__('Temporary password required only for "Local" authentication'); //Some defaults for new staff. $info['change_passwd']=1; $info['welcome_email']=1;