]> source.dussan.org Git - sonarqube.git/commitdiff
rename the tab "Inheritance tree" to "Profile inheritance"
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 29 Dec 2010 22:10:06 +0000 (22:10 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 29 Dec 2010 22:10:06 +0000 (22:10 +0000)
sonar-server/src/main/webapp/WEB-INF/app/views/profiles/_tabs.html.erb

index 47ccff6a5f57e51074c1ed5b37f67c1077f01926..2c42cc69e818684c92927a7dd4728b7676e0c035 100644 (file)
@@ -16,7 +16,7 @@
     <a href="<%= url_for :controller => 'profiles', :action => 'permalinks', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='Permalinks' -%>>Permalinks</a>
   </li>
   <li>
-    <a href="<%= url_for :controller => 'profiles', :action => 'inheritance', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='inheritance' -%>>Inheritance Tree</a>
+    <a href="<%= url_for :controller => 'profiles', :action => 'inheritance', :id => @profile.id -%>" <%= "class='selected'" if selected_tab=='inheritance' -%>>Profile inheritance</a>
   </li>
   <% if new_tab %>
   <li>