From 207335b83c16f12d2398fe98f58a37d4910d9ab3 Mon Sep 17 00:00:00 2001 From: Ethan Bell <ebell451@gmail.com> Date: Sun, 15 Mar 2015 16:43:51 -0500 Subject: [PATCH] Fixed typo Fixed typo --- include/staff/staff.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/staff.inc.php b/include/staff/staff.inc.php index e03654045..4bd04c2f7 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; -- GitLab