diff -r a36cce722860 -r dc15818e132e vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
--- a/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
+++ b/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
@@ -1,9 +1,9 @@
 <% if @myproj_status=="true" %>
 <fieldset id="my_projects_fieldset" class="collapsible">
-    <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_my_projects) %></legend>
+    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
 <% else %>
 <fieldset id="my_projects_fieldset" class="collapsible collapsed">
-    <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_my_projects) %></legend>
+    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
     <div style="display: none;">    
 <%  end%>
     <% if @user_projects %>  
@@ -11,4 +11,4 @@
       <%= render_my_project_hierarchy(@user_projects)%>
     </div>
   <% end %>
-</fieldset>
\ No newline at end of file
+</fieldset>
