]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21822 Fix typo in GitHub onboarding tutorial for monorepo
authorAmbroise C <ambroise.christea@sonarsource.com>
Thu, 11 Apr 2024 14:18:58 +0000 (16:18 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 11 Apr 2024 20:02:48 +0000 (20:02 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index ed46414c473c1ca4cee7bc117e5d78721aae3b1b..cfc35e3907893b029d8e982ea61b83abbe0311b0 100644 (file)
@@ -4630,7 +4630,7 @@ onboarding.tutorial.with.bitbucket_pipelines.variables.secured.sentence.secured=
 
 onboarding.tutorial.with.github_ci.title=Analyze your project with GitHub CI
 onboarding.tutorial.with.github_action.create_secret.title=Create GitHub Secrets
-onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info=If you use project-level tokens, {link} for each project in your monorepo and create the associated secrets as per previous steps (secrets names need to be unique per project e.g. SONAR_TOKEN_1, SONAR_TOKEN2...)
+onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info=If you use project-level tokens, {link} for each project in your monorepo and create the associated secrets as per previous steps (secrets names need to be unique per project e.g. SONAR_TOKEN_1, SONAR_TOKEN_2...)
 onboarding.tutorial.with.github_action.create_secret.monorepo_project_level_token_info.link=generate a token
 onboarding.tutorial.with.github_action.create_secret.monorepo_global_token_info=If you use global tokens, request a global token from your admin and follow previous steps.
 onboarding.tutorial.with.github_action.monorepo.see_yaml_instructions=Create or update your .github/workflows/build.yml YAML file at the root of your monorepository with this content