diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-06 11:20:07 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-13 14:34:17 +0200 |
commit | cc23c3d23ccd2e1b6b41b0211ee89ed1398818ee (patch) | |
tree | 4ec9aa5b6872343d382f1e890703c57fb1e8e785 /sonar-core | |
parent | 739f7b148d606764efa7d785553b2eb4de4d2477 (diff) | |
download | sonarqube-cc23c3d23ccd2e1b6b41b0211ee89ed1398818ee.tar.gz sonarqube-cc23c3d23ccd2e1b6b41b0211ee89ed1398818ee.zip |
SONAR-9403 Suport custom graph via url parameters on 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, 2 insertions, 1 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 f42eca5589d..b5a2d54c317 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1287,7 +1287,8 @@ project_activity.filter_events=Filter events project_activity.graphs.overview=Overview project_activity.graphs.coverage=Coverage project_activity.graphs.duplications=Duplications -project_activity.graphs.remediation=Remediation Effort +project_activity.graphs.custom=Custom +project_activity.graphs.custom.no_history=There is no historical data to show, please add more metrics to your graph. project_activity.custom_metric.covered_lines=Covered Lines |