aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-11-06 11:13:33 +0100
committersonartech <sonartech@sonarsource.com>2023-11-08 20:02:53 +0000
commit19c131bdfccb98c24bcf432c5e5968bc5d4ffd5c (patch)
tree459256e361a1f8a308e1d244737e11b979dab683 /sonar-core/src
parentc8d1b7eb2494d92f20fb8b498efdbb2e3f8ea12c (diff)
downloadsonarqube-19c131bdfccb98c24bcf432c5e5968bc5d4ffd5c.tar.gz
sonarqube-19c131bdfccb98c24bcf432c5e5968bc5d4ffd5c.zip
SONAR-20873 Create new education tour for accepting issues
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 10 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 1b156a43731..f98195412ae 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -5176,5 +5176,15 @@ guiding.issue_list.4.content.list.2=Software Qualities
guiding.issue_list.4.content.list.3=The severity of the software quality
guiding.issue_list.5.title=Learn more
guiding.issue_list.5.content=You can learn more about the approach to Clean Code in the {link}
+guiding.issue_accept.1.title=Simplified issue lifecycle
+guiding.issue_accept.1.content.1=Issue resolution and Issue status are now merged and there only 5 possible statuses: Open, Accepted, False Positive, Confirmed and Fixed.
+guiding.issue_accept.2.title=Won't fix becomes Accept
+guiding.issue_accept.2.content.1=Won't fix is now called Accept and it has the same behavior as Won't Fix.
+guiding.issue_accept.2.content.2=In the future, Accepting issues will be counted as technical debt.
+guiding.issue_accept.2.content.link=Learn more about this status
+guiding.issue_accept.3.title=Confirm and Fixed deprecated
+guiding.issue_accept.3.content.1=Marking issues as Confirmed and Fixed is now deprecated.
+guiding.issue_accept.3.content.2=Consider Accepting issues, assigning the issue or using comments and tags instead.
+guiding.issue_accept.3.content.link=Learn more about issues statuses
guiding.step_x_of_y={0} of {1}