]> source.dussan.org Git - sonarqube.git/commitdiff
Restore previous human attribute ofr key and name
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 1 Aug 2014 08:13:30 +0000 (10:13 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Fri, 1 Aug 2014 08:13:30 +0000 (10:13 +0200)
server/sonar-web/src/main/webapp/WEB-INF/app/models/metric.rb

index 8bd0471398c5c296a1452e33bf7208ea69321da4..e437a2bd3707610d14f9a07196e8cad3a5b74294 100644 (file)
@@ -305,8 +305,8 @@ class Metric < ActiveRecord::Base
   end
 
   HUMANIZED_ATTRIBUTES = {
-      :name => "Key",
-      :short_name => "Name",
+      :name => "key",
+      :short_name => "name",
   }
 
   def self.human_attribute_name(attr)