aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2024-05-16 12:01:37 +0200
committersonartech <sonartech@sonarsource.com>2024-05-17 20:02:38 +0000
commitb00382ce3a439ee4bf1048e5cc62a845f486a3b0 (patch)
tree4423feb856de8b513fda66027dc1a6e5b02909c5 /sonar-core
parentb9b4b8d2c81bc61aa1957df729ca05fc8428fd45 (diff)
downloadsonarqube-b00382ce3a439ee4bf1048e5cc62a845f486a3b0.tar.gz
sonarqube-b00382ce3a439ee4bf1048e5cc62a845f486a3b0.zip
SONAR-22148 Fixes cayc tour on branch overview
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 2 insertions, 1 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 824f1bf2c0b..205669841b6 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -110,6 +110,7 @@ got_it=Got it
help=Help
here=here
hide=Hide
+ide=IDE
inactive=Inactive
info=Info
issue=Issue
@@ -4090,7 +4091,7 @@ 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.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} and make sure no issue is missed.
+guiding.cayc_promotion.4.content.2=When a feature is ready, analyze your {value} (commercial edition only) and make sure no issue is missed.
guiding.cayc_promotion.4.content.3=Finally, rely on a thorough {value} analysis to ensure the new code is clean.
guiding.replay_tour_button.1.title=Replay tour
guiding.replay_tour_button.tour_completed.1.title=Tour complete!