diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2023-10-27 16:46:01 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-01 20:02:35 +0000 |
commit | b433b03043e7fc954118f2f774f5ef7db554acee (patch) | |
tree | c6056a3ea95aa8ef6c5c73258aa4717ca8ea4a2a /sonar-core/src | |
parent | 77080849cba9f15f6569d062051aa6869852bf48 (diff) | |
download | sonarqube-b433b03043e7fc954118f2f774f5ef7db554acee.tar.gz sonarqube-b433b03043e7fc954118f2f774f5ef7db554acee.zip |
SONAR-19987 Updating new code marker position in project activity's page
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 53db5a185ee..48dc14d3936 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1847,8 +1847,8 @@ project_activity.delete_analysis.question=Are you sure you want to delete this a project_activity.filter_events=Filter events project_activity.events.tooltip.edit=Edit this event project_activity.events.tooltip.delete=Delete this event -project_activity.new_code_period_start=New Code starts here -project_activity.new_code_period_start.help=The analysis before this mark is the baseline for New Code comparison +project_activity.new_code_period_start=Everything above this line is New Code +project_activity.new_code_period_start.help=The analysis below this mark is the baseline for New Code comparison project_activity.graphs.choose_type=Choose graph type project_activity.graphs.explanation_x=This interactive graph shows data for the following project measures over time: {0} |