diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-16 09:53:28 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-04 14:15:34 +0200 |
commit | b70ce44a8dd8d1411bdbe9774e72176c8954b9bc (patch) | |
tree | a709ae29d06f626ff7e650e4ef12ea4c26d50190 /sonar-core | |
parent | bd8acc0bfb05d9c2bc488b61f5493d3f8bc676be (diff) | |
download | sonarqube-b70ce44a8dd8d1411bdbe9774e72176c8954b9bc.tar.gz sonarqube-b70ce44a8dd8d1411bdbe9774e72176c8954b9bc.zip |
SONAR-9401 Add the coverage graph to the project activity page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 675ef106a6d..86400201fbb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1284,6 +1284,9 @@ project_activity.delete_analysis.question=Are you sure you want to delete this a project_activity.filter_events=Filter events project_activity.graphs.overview=Overview +project_activity.graphs.coverage=Coverage + +project_activity.custom_metric.covered_lines=Covered Lines project_history.col.year=Year project_history.col.month=Month |