diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-06 15:24:46 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-09 08:26:48 +0200 |
commit | 5c3ffd4f49bc229283ac1a1be3c93275cf8e79ae (patch) | |
tree | 9d22ac7ac293ac923b568e4e7214ec1b8dcbcde8 /sonar-core | |
parent | 1440ed4179e20a21a2b413dfaff98d2ff03346c0 (diff) | |
download | sonarqube-5c3ffd4f49bc229283ac1a1be3c93275cf8e79ae.tar.gz sonarqube-5c3ffd4f49bc229283ac1a1be3c93275cf8e79ae.zip |
SONAR-9245 Fix infini-load on project cards without leak data on projects page
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 7d1f3bb714c..5a4ca39c975 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -860,6 +860,7 @@ projects.no_favorite_projects=You don't have any favorite projects yet. projects.no_favorite_projects.engagement=Discover and mark as favorites projects you are interested in to have a quick access to them. projects.explore_projects=Explore Projects projects.not_analyzed=Project is not analyzed yet. +projects.no_leak_period=Project has no leak data yet. projects.leak_period_x=Leak Period started {0} projects.last_analysis_on_x=Last analysis on {0} projects.search=Search by project name or key |