aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-08-17 15:45:05 +0200
committersonartech <sonartech@sonarsource.com>2021-08-20 20:03:10 +0000
commitc0fb284423d3bcba9777cd843371364778fac2e0 (patch)
treeaa5b59ff70c4a8919d1fd1a5e4225b9e3b1b23cb
parent508689e0fd9245e474411d1e387eee74cbc766c4 (diff)
downloadsonarqube-c0fb284423d3bcba9777cd843371364778fac2e0.tar.gz
sonarqube-c0fb284423d3bcba9777cd843371364778fac2e0.zip
SONAR-15304 Adjust alert wording on project creation page
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 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 e60300e69bb..313dd104a29 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3315,7 +3315,7 @@ onboarding.create_project.display_name=Project display name
onboarding.create_project.display_name.error.empty=The display name is required.
onboarding.create_project.display_name.error.too_long=The display name is too long.
onboarding.create_project.display_name.description=Up to 255 characters. Some scanners might override the value you provide.
-onboarding.create_project.pr_decoration.information=Manually created projects won't benefit from SonarQube DevOps Platform integration features unless you manually enable it in the project settings.
+onboarding.create_project.pr_decoration.information=Manually created projects won’t benefit from the features associated with DevOps Platforms integration unless you configure them in the project settings.
onboarding.create_project.repository_imported=Already set up
onboarding.create_project.see_project=See the project
onboarding.create_project.search_repositories_by_name=Search for repository name starting with...