]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4071 Replace widget.<widget.key>.prop.<property>.key by widget.<widget.key...
authorJulien Lancelot <julien.lancelot@gmail.com>
Tue, 22 Jan 2013 16:25:28 +0000 (17:25 +0100)
committerJulien Lancelot <julien.lancelot@gmail.com>
Tue, 22 Jan 2013 16:25:44 +0000 (17:25 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/dashboard/_widget_properties.html.erb

index 8b1942a59be49b76a3aa4add0f4ddd5cb188f038..8c8426c4346e11897b5725fe344b34c9c8c0604e 100644 (file)
@@ -24,7 +24,7 @@
 
     <% widget.java_definition.getWidgetProperties().each do |property_def| %>
       <tr>
-        <td class="form-key-cell"><%= message("widget." + widget.key + ".prop." + property_def.key() + ".key", :default => property_def.key()) -%><%= " *" unless property_def.optional() -%></td>
+        <td class="form-key-cell"><%= message("widget." + widget.key + ".prop." + property_def.key() + ".name", :default => property_def.key()) -%><%= " *" unless property_def.optional() -%></td>
         <td class="form-val-cell" id="row_<%= property_def.key() -%>">
           <%= property_value_field(property_def, widget.property_text_value(property_def.key()), widget) -%>
           <div class="form-val-note">