diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 14:22:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-09 14:22:04 +0200 |
commit | 65ae94f8fa5244b699b1cbd064d3ccf66af318d8 (patch) | |
tree | 0343819b1d7f3f7e11956e2ee2a2c54011819126 /sonar-server | |
parent | 1dbfa498097b5a67a6a1706abac16ddc24c2acf0 (diff) | |
download | sonarqube-65ae94f8fa5244b699b1cbd064d3ccf66af318d8.tar.gz sonarqube-65ae94f8fa5244b699b1cbd064d3ccf66af318d8.zip |
SONAR-3621 fix description of key regexp
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb index e1a1ff93546..7dc8a4e50e2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/filters/new.html.erb @@ -135,7 +135,6 @@ <td> <% name_regexp_criterion=@filter.criterion('name') %> <input type="text" name="name_regexp" id="name_regexp" value="<%= name_regexp_criterion.text_value if name_regexp_criterion -%>"/> - <span class="comments"><%= message('filters.use_star_to_match') -%></span> </td> </tr> <tr> |