aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2024-12-02 16:23:12 +0100
committersonartech <sonartech@sonarsource.com>2024-12-06 20:03:27 +0000
commitd81c86acf04859937a0da345c35b2536ad586271 (patch)
treeb3666e53e9e9d640474fa0074cbaf5a9b7604afb /sonar-core/src/main
parent5c2caf8c49a4373aabfdab93972efe453254582f (diff)
downloadsonarqube-d81c86acf04859937a0da345c35b2536ad586271.tar.gz
sonarqube-d81c86acf04859937a0da345c35b2536ad586271.zip
SONAR-22012 Change the Clean as You Code banner on quality gate page
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 1 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 0b2c02deb80..6bd821d1c7d 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2596,8 +2596,7 @@ quality_gates.cayc.unlock_edit=Unlock editing
quality_gates.cayc.tooltip.message=This quality gate is configured for Clean as You Code.
quality_gates.cayc.badge.tooltip.learn_more=Learn more: Clean as You Code
quality_gates.cayc.banner.title=This quality gate complies with Clean as You Code
-quality_gates.cayc.banner.description1=This quality gate complies with the {cayc_link} methodology, so that you benefit from the most efficient approach to delivering Clean Code.
-quality_gates.cayc.banner.description2=It ensures that:
+quality_gates.cayc.banner.description=This quality gate is <link>configured for Clean as You Code</link>. It ensures that:
quality_gates.cayc_unfollow.description=You may click unlock to edit this quality gate. Adding extra conditions to a compliant quality gate can result in drawbacks. Are you reconsidering {cayc_link}? We strongly recommend this methodology to achieve a Clean Code status.
quality_gates.cayc.review_update_modal.add_condition.header= {0} condition(s) on new code will be added
quality_gates.cayc.review_update_modal.modify_condition.header= {0} condition(s) on new code will be modified