Skip to content
Snippets Groups Projects
Commit 207335b8 authored by Ethan Bell's avatar Ethan Bell Committed by Jared Hancock
Browse files

Fixed typo

Fixed typo
parent 2db91bf0
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ if($staff && $_REQUEST['a']!='add'){ ...@@ -17,7 +17,7 @@ if($staff && $_REQUEST['a']!='add'){
$title=__('Add New Agent'); $title=__('Add New Agent');
$action='create'; $action='create';
$submit_text=__('Add Agent'); $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. //Some defaults for new staff.
$info['change_passwd']=1; $info['change_passwd']=1;
$info['welcome_email']=1; $info['welcome_email']=1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment