diff options
author | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-10-18 15:18:17 +0200 |
---|---|---|
committer | stephenbroyer <stephen.broyer@sonarsource.com> | 2013-10-23 17:53:44 +0200 |
commit | 415f8771398ddb497282203a5ee195916a1d2038 (patch) | |
tree | d420611b289b7e050b0f549c88a49d3e845584d7 | |
parent | 68c3d66582d8479dbf74d236464bfbb9d7439ee2 (diff) | |
download | sonarqube-415f8771398ddb497282203a5ee195916a1d2038.tar.gz sonarqube-415f8771398ddb497282203a5ee195916a1d2038.zip |
SONAR-4760 Use modal windows in Manual Rules pages
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/_edit_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/_edit_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/_edit_form.html.erb index ddf0b708c98..b40c1be3770 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/_edit_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/manual_rules/_edit_form.html.erb @@ -2,7 +2,7 @@ <form action="<%= ApplicationController.root_context -%>/manual_rules/edit" method="POST" id="manual-rules-form"> <fieldset> <div class="modal-head"> - <h2>Edir rule <%= @rule.name -%></h2> + <h2>Edit Manual Rule <%= @rule.name -%></h2> </div> <div class="modal-body"> |