aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2022-05-11 16:52:26 +0200
committersonartech <sonartech@sonarsource.com>2022-05-24 20:10:14 +0000
commitfb1c76910b51357ef255b637daeb6223e5bc7578 (patch)
treec609fcea90b5b5ce88e125be92a658307d22f62c /sonar-core
parent8e1a31e5119384cb13c1f37c620777d6644b3e1c (diff)
downloadsonarqube-fb1c76910b51357ef255b637daeb6223e5bc7578.tar.gz
sonarqube-fb1c76910b51357ef255b637daeb6223e5bc7578.zip
SONAR-16303 Display rule description header and tabs for issues
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 2c67289ef8b..6adedd92aae 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -851,6 +851,11 @@ issue.transition.resolveasreviewed=Resolve as Reviewed
issue.transition.resolveasreviewed.description=There is no Vulnerability in the code
issue.transition.resetastoreview=Reset as To Review
issue.transition.resetastoreview.description=The Security Hotspot should be analyzed again
+issue.tabs.code=Where is the issue?
+issue.tabs.why=Why is this an issue?
+issue.tabs.how=How to fix it?
+issue.tabs.resources=Resources
+
vulnerability.transition.resetastoreview=Reset as To Review
vulnerability.transition.resetastoreview.description=The vulnerability can't be fixed as is and needs more details. The security hotspot needs to be reviewed again
vulnerability.transition.resolveasreviewed=Resolve as Reviewed