diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2024-05-16 12:01:37 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-05-17 20:02:38 +0000 |
commit | b00382ce3a439ee4bf1048e5cc62a845f486a3b0 (patch) | |
tree | 4423feb856de8b513fda66027dc1a6e5b02909c5 /sonar-core | |
parent | b9b4b8d2c81bc61aa1957df729ca05fc8428fd45 (diff) | |
download | sonarqube-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.properties | 3 |
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! |