diff --git a/app/models/my_projects_overview.rb b/app/models/my_projects_overview.rb index 3b07c87596..d72141cd6d 100644 --- a/app/models/my_projects_overview.rb +++ b/app/models/my_projects_overview.rb @@ -61,7 +61,7 @@ class MyProjectsOverview < ActiveRecord::Base def new_custom_element idx = custom_elements.any? ? custom_elements.sort.last.first.next : "a" - [idx, l(:label_custom_text), "h2. #{l(:info_custom_text)}"] + [idx, l(:label_custom_text), "h3. #{l(:info_custom_text)}"] end def elements