summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2010-10-31 02:41:36 +0200
committerRobin Appelman <icewind1991@gmail.com>2010-10-31 02:41:36 +0200
commit59250ec6fd27601604570a2d66740053beaa71e0 (patch)
tree76f2f37e8bf9e3d850fdc2df600d33d976201ae8 /settings
parentb116b2fd4c75cb8ddf722ae13be85bbe4eae33f3 (diff)
downloadnextcloud-server-59250ec6fd27601604570a2d66740053beaa71e0.tar.gz
nextcloud-server-59250ec6fd27601604570a2d66740053beaa71e0.zip
fix some typo's
Diffstat (limited to 'settings')
-rw-r--r--settings/index.php4
1 files changed, 2 insertions, 2 deletions
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('<div class="center">');