diff --git a/flexprofile_mj/views/default/profile/edit.php b/flexprofile_mj/views/default/profile/edit.php
index 773b097816ad8eff5c8a09d39beb459c4488af46..d6ede8e2f21a87f2b5ffe2389476ae9e2b518896 100755
--- a/flexprofile_mj/views/default/profile/edit.php
+++ b/flexprofile_mj/views/default/profile/edit.php
@@ -29,7 +29,7 @@ echo '<style type="text/css">@IMPORT url("/wdn/templates_3.0/css/content/forms.c
 echo '<div id="formloading"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/header/images/colorbox/loading.gif" alt="Loading Form" /></div>';
 echo '<form action="'.$vars['url'].'action/flexprofile/edit" method="post" enctype="multipart/form-data" class="cool">';
 /* add fieldset and legend */
-echo '<fieldset><legend>Edit Profile</legend><ol>';
+echo '<fieldset><legend>Edit Information</legend><ol>';
 /* mjuhl: remove dynamic form by commenting out the following line: */
 echo '<!--------start copying here------------>';
 echo elgg_view('form/forms/display_form_content',array('tab_data'=>$tab_data,'description'=>'','preview'=>0,'form'=>$form,'form_data_id'=>0));