diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-16 18:21:47 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-16 18:21:47 +0200 |
commit | 4a33cb77bc9a857c2f220bc64cbeab64c43e6f5e (patch) | |
tree | 2826a3cc84e47e1584798a7b0e9f6d05a223a0eb /sonar-server | |
parent | b7a6509ebe171c78132c1b6c8739743088dd86ca (diff) | |
download | sonarqube-4a33cb77bc9a857c2f220bc64cbeab64c43e6f5e.tar.gz sonarqube-4a33cb77bc9a857c2f220bc64cbeab64c43e6f5e.zip |
SONAR-3871 Change text when no provisioned projects
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb index fd4e476d9d8..c167fdaa4b1 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/provisioning/index.html.erb @@ -10,7 +10,7 @@ <% if @query_result.empty? %> <br/> - <%= message('no_results') -%> + <%= message('provisioning.no_results') -%> <% else %> <table class="data" id="provisioned-resources"> |