aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>2024-06-19 16:06:06 +0200
committersonartech <sonartech@sonarsource.com>2024-06-20 20:02:36 +0000
commiteaffd6c6d00649a8372714ed26807724829d2294 (patch)
tree4efda4cfc6141c346920ab56813b2d8b603e5348 /sonar-core
parent2076f7e75a7af6c059e659607342034afdf1ea08 (diff)
downloadsonarqube-eaffd6c6d00649a8372714ed26807724829d2294.tar.gz
sonarqube-eaffd6c6d00649a8372714ed26807724829d2294.zip
SONAR-22148 Updating cayc tour messages
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 4 insertions, 4 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 8f8b25169f5..61513daa6dd 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -4116,18 +4116,18 @@ overview.quality_profiles_update_after_sq_upgrade.link=See more details
overview.activity.variations.new_analysis=New analysis:
overview.activity.variations.first_analysis=First analysis:
-overview.promoted_section.title=Struggling with too many issues? Discover ‘Clean as You Code’!
+overview.promoted_section.title=Don’t let issues accumulate. Discover ‘Clean as You Code’!
overview.promoted_section.content=Learn how to improve your code base by cleaning only new code.
overview.promoted_section.button_primary=Take the Tour
overview.promoted_section.button_secondary=Not now
overview.promoted_section.button_tooltip=Learn how to improve your code base by cleaning only new code.
guiding.cayc_promotion.1.title=The power of new code
-guiding.cayc_promotion.1.content.1=Cleaning only new code is easy and guarantees no debt will be added. As you change old code, it also gets cleaner over time. We call this ‘Clean as You Code’.
+guiding.cayc_promotion.1.content.1=Cleaning only new code is easier and guarantees no debt will be added. As you change old code, it also gets cleaner over time. We call this ‘Clean as You Code’.
guiding.cayc_promotion.2.title=Define your new code
-guiding.cayc_promotion.2.content.1=Your team decides when a new code period for your project should start, for example, each time a project is released.
+guiding.cayc_promotion.2.content.1=Your team or organization decides when a new code period for your project should start, for example, each time a project is released.
guiding.cayc_promotion.3.title=Green is clean
-guiding.cayc_promotion.3.content.1=Quality Gate Status tells you if your new code is clean or not. Keep it green as often as possible, and your project will always be production-ready.
+guiding.cayc_promotion.3.content.1=Quality Gate Status tells you if your new code is clean or not. Keep it green as often as possible, and your project will be production-ready.
guiding.cayc_promotion.4.title=Clean at all levels
guiding.cayc_promotion.4.content.1=With SonarLint, clean code as you write it in your {value}.
guiding.cayc_promotion.4.content.2=When a feature is ready, analyze your {value} (commercial edition only) and make sure no issue is missed.