diff --git a/docroot/sites/all/modules/content_profile/content_profile.module b/docroot/sites/all/modules/content_profile/content_profile.module
index 48bc9d2..2a6eea6 100644
--- a/docroot/sites/all/modules/content_profile/content_profile.module
+++ b/docroot/sites/all/modules/content_profile/content_profile.module
@@ -41,7 +41,7 @@ function content_profile_menu() {
       'page callback' => 'drupal_get_form',
       'page arguments' => array('content_profile_admin_settings', $type),
       'access callback' => 'user_access',
-      'access arguments' => array('administer nodes'),
+      'access arguments' => array('administer content types'),
       'type' => MENU_LOCAL_TASK,
       'weight' => 1,
     );
