diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2023-10-11 09:11:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-12 20:02:51 +0000 |
commit | f47597e6cd65b50a42450c9be0a8bfdb168839a9 (patch) | |
tree | eeda01d1f367b77b707a118b01756daf798713ca /sonar-core/src | |
parent | cfbd4c7384a4bb5e97455a0d0bee90473bf273dc (diff) | |
download | sonarqube-f47597e6cd65b50a42450c9be0a8bfdb168839a9.tar.gz sonarqube-f47597e6cd65b50a42450c9be0a8bfdb168839a9.zip |
SONAR-20607 Onboarding (#9553)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 657664d9cd6..30ad2ed6fdc 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2214,6 +2214,9 @@ quality_gates.cayc.review_update_modal.header=Fix "{0}" to comply with Clean as quality_gates.cayc.review_update_modal.confirm_text=Fix Quality Gate quality_gates.cayc.review_update_modal.description1=This quality gate will be updated to comply with {cayc_link}. Please review the changes below. quality_gates.cayc.review_update_modal.description2=All other conditions will be preserved +quality_gates.cayc.condition_simplification_tour.title=One condition, zero issues +quality_gates.cayc.condition_simplification_tour.content1=One single condition ensures that new code has 0 issues. +quality_gates.cayc.condition_simplification_tour.content2=This condition replaces the three conditions on Security rating, Reliability rating and Maintainability rating. quality_gates.cayc.new_maintainability_rating.A=Technical debt ratio is less than {0} quality_gates.cayc.new_maintainability_rating=Technical debt ratio is greater than {1} quality_gates.cayc.new_reliability_rating.A=No bugs |