diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2020-06-15 17:46:06 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-06-19 20:04:42 +0000 |
commit | ae807c088ed8910660af642766692feb62bfdab0 (patch) | |
tree | 755860c9fd36303babc24b41cb411144e981e28a /sonar-core | |
parent | 72a34678a0da474c17e1d375a7e9f8699f9433ce (diff) | |
download | sonarqube-ae807c088ed8910660af642766692feb62bfdab0.tar.gz sonarqube-ae807c088ed8910660af642766692feb62bfdab0.zip |
SONAR-13075 Show a legend for the New Code period on the activity graph
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 bb781d111ba..789b8cf6718 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1301,6 +1301,8 @@ project_activity.events.tooltip.delete=Delete this event project_activity.new_code_period_start=New Code Period starts here project_activity.new_code_period_start.help=The analysis before this mark is the baseline for New Code comparison +project_activity.graphs.new_code=New Code +project_activity.graphs.new_code_long=New Code is indicated in yellow on the graph. project_activity.graphs.issues=Issues project_activity.graphs.coverage=Coverage project_activity.graphs.duplications=Duplications |