From: simonbrandhof Date: Fri, 1 Oct 2010 09:03:43 +0000 (+0000) Subject: rules console: rename the button 'Create new rule from this template' to 'Copy rule' X-Git-Tag: 2.6~896 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ff37187a4c28c76182254b0f31c935cc165f3ae;p=sonarqube.git rules console: rename the button 'Create new rule from this template' to 'Copy rule' --- diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb index b958ef981b9..83b8e4460cf 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/_rule.html.erb @@ -44,7 +44,7 @@ <% if is_admin %> <% if rule.template? %> - <%= button_to "Create new rule from this template", :action => 'new', :id => profile.id, :rule_id => rule.id %> + <%= button_to "Copy rule", :action => 'new', :id => profile.id, :rule_id => rule.id %> <% end %> <% if rule.editable? %> <%= button_to "Edit rule", :action => 'edit', :id => profile.id, :rule_id => rule.id -%>