aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2023-06-05 11:30:06 +0200
committersonartech <sonartech@sonarsource.com>2023-06-09 20:03:09 +0000
commite7e84cc83e9a69746c1f5726b64a8adac8cd7e2d (patch)
treec8b450636ec8fd037913f3a39751b0a21dbcc6e2 /sonar-core
parent5e2d38f17ef22ea4e983938532bb05108c598036 (diff)
downloadsonarqube-e7e84cc83e9a69746c1f5726b64a8adac8cd7e2d.tar.gz
sonarqube-e7e84cc83e9a69746c1f5726b64a8adac8cd7e2d.zip
SONAR-19345 Creating activity page with comments and changelog
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties5
1 files changed, 5 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 24574b24ee1..33146f4fe1f 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1013,6 +1013,10 @@ issues.x_more_locations=+ {0} more locations
issues.not_all_issue_show=Not all issues are included
issues.not_all_issue_show_why=You do not have access to all projects in this portfolio
+issue.activity.review_history.created=Created Issue
+issue.activity.review_history.comment_added=added a comment
+issue.activity.add_comment=Add a comment
+
# ISSUES SUBNAVIGATION
issue.hint.navigate=Navigate locations
issues.execution_flows=execution flows
@@ -2234,6 +2238,7 @@ coding_rules.description_section.title.root_cause.SECURITY_HOTSPOT=What is the r
coding_rules.description_section.title.assess_the_problem=Assess the risk
coding_rules.description_section.title.how_to_fix=How can I fix it?
coding_rules.description_section.title.more_info=More Info
+coding_rules.description_section.title.activity=Activity
coding_rules.description_context.title=Which component or framework contains the issue?
coding_rules.description_context.sub_title=How can I fix it in {0}?