From a3b4a0b84d9d0d2f26079bbad071d2fd6d587aa0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Vilain Date: Wed, 7 Aug 2013 17:45:03 +0200 Subject: [PATCH] SONAR-4553 Fixed modal window title when applying a permission template to a single project --- .../src/main/resources/org/sonar/l10n/core.properties | 1 - .../WEB-INF/app/views/roles/_apply_template_form.html.erb | 4 ---- 2 files changed, 5 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 3c6ec22bfd0..4336a5fd576 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -2251,7 +2251,6 @@ projects_role.codeviewer=Code Viewers projects_role.codeviewer.desc=Ability to view the source code of the project. projects_role.bulk_change=Bulk Change projects_role.apply_template=Apply Permission Template -projects_role.apply_template_to_xxx=Apply Permission Template To "{0}" projects_role.no_projects=There are currently no results to apply the permission template to. diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb index f699b469808..3023cbd99b2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/roles/_apply_template_form.html.erb @@ -7,11 +7,7 @@ <% end %>