]> source.dussan.org Git - sonarqube.git/commitdiff
improve wording for projects dashboards
authorStas Vilchik <vilchiks@gmail.com>
Wed, 13 Jan 2016 10:32:28 +0000 (11:32 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 13 Jan 2016 10:32:28 +0000 (11:32 +0100)
server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index e264a11f4138cf962cdb9b72601fc9eb994a89b8..65ca690c5e3cba3c3424276e8f4323af3304c73c 100644 (file)
@@ -6,14 +6,14 @@
 
   <%= render :partial => 'list', :locals => {:active_dashboards => @actives.select(&:global?), :group => 'activeGlobal'} %>
 
-  <header class="page-header">
+  <header class="page-header huge-spacer-top">
     <h1 class="page-title"><%= message('dashboard.project_dashboards') -%></h1>
     <p class="page-description"><%= message('dashboard.project_dashboards.description') -%></p>
   </header>
 
   <%= render :partial => 'list', :locals => {:active_dashboards => @actives.reject(&:global?), :group => 'activeProject'} %>
 
-  <header class="page-header">
+  <header class="page-header huge-spacer-top">
     <h1 class="page-title"><%= message('dashboard.shared_dashboards') -%></h1>
     <p class="page-description"><%= message('dashboard.shared_dashboards.description') -%></p>
   </header>
@@ -54,4 +54,3 @@
     </tbody>
   </table>
 </div>
-
index 0c4ad89833b7beb0eea4e194859ba2adc91fdc9f..192ee78f5a9c24a89f8f6da7fe7d815469aa3a73 100644 (file)
@@ -983,7 +983,7 @@ dashboard.default_restored=Default dashboards are restored
 dashboard.error_delete_default=This dashboard can't be deleted as long as it's defined as a default dashboard
 dashboard.error_unshare_default=This dashboard can't be unshared as long as it's defined as a default dashboard
 dashboard.global_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards.
-dashboard.project_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards.
+dashboard.project_dashboards.description=These dashboards are available to anonymous users or users who have not customized their dashboards.
 dashboard.shared_dashboards.description=These dashboards can be added to default dashboards.
 dashboard.username.default=[SonarQube]
 dashboard.delete_confirm_title=Delete dashboard