diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-17 13:45:53 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-17 13:45:53 +0100 |
commit | 698475e10b0f3cfedb87399cae0711eded0d416b (patch) | |
tree | dda1f58ac5270578d5ba7d10a16d1bbec3a9f402 /sonar-core | |
parent | 9e1ac06ecd2f9998f5126401e4ee3d6af205e004 (diff) | |
download | sonarqube-698475e10b0f3cfedb87399cae0711eded0d416b.tar.gz sonarqube-698475e10b0f3cfedb87399cae0711eded0d416b.zip |
improve the display of dashboard in the context nav
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 1c2fb9256d0..ef1603954a4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -964,6 +964,7 @@ dashboard.username.default=[SonarQube] dashboard.delete_confirm_title=Delete dashboard dashboard.delete_dashboard=Delete dashboard dashboard.project_not_found=The requested project does not exist. Either it has never been analyzed successfully or it has been deleted. +dashboard.default_dashboard=This dashboard is the default one and is displayed when clicking on "Overview". #------------------------------------------------------------------------------ |