Browse Source

improve wording for projects dashboards

tags/5.4-M5
Stas Vilchik 8 years ago
parent
commit
3f61472377

+ 2
- 3
server/sonar-web/src/main/webapp/WEB-INF/app/views/admin_dashboards/index.html.erb View 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>


+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties View 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

Loading…
Cancel
Save