diff --git a/inc/templates/adminform.php b/inc/templates/adminform.php index 50ba2a3b64b..5a04c4902ac 100755 --- a/inc/templates/adminform.php +++ b/inc/templates/adminform.php @@ -88,7 +88,7 @@ echo('
') echo "$CONFIG_ERROR"; } if($FIRSTRUN){?> -Administartor User +Administrator User user name: password: retype password: diff --git a/settings/index.php b/settings/index.php index ba11da08c0b..674e42b8d7c 100644 --- a/settings/index.php +++ b/settings/index.php @@ -33,8 +33,8 @@ $FIRSTRUN=false; OC_CONFIG::addForm('User Settings','/inc/templates/configform.php'); if(OC_USER::ingroup($_SESSION['username'],'admin')){ OC_CONFIG::addForm('System Settings','/inc/templates/adminform.php'); - OC_CONFIG::addForm('User Managment','/inc/templates/userform.php'); - OC_CONFIG::addForm('Plugin Managment','/inc/templates/pluginform.php'); + OC_CONFIG::addForm('User Management','/inc/templates/userform.php'); + OC_CONFIG::addForm('Plugin Management','/inc/templates/pluginform.php'); } echo('
');