diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-10-03 10:42:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-10-04 20:03:19 +0000 |
commit | 6fca0b30c06a8f58cc0c1f880afb00c52a2dbb97 (patch) | |
tree | 5c9a41265c51f84b329e3993f00e5d8a2da6b1b8 /sonar-core | |
parent | d8886186af2dced89b74843de577e6813729e8f1 (diff) | |
download | sonarqube-6fca0b30c06a8f58cc0c1f880afb00c52a2dbb97.tar.gz sonarqube-6fca0b30c06a8f58cc0c1f880afb00c52a2dbb97.zip |
SONAR-20527 Fix environment step in gitlab tutorial
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 cc85b2a30a4..168e14a5dbd 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -4329,7 +4329,7 @@ onboarding.tutorial.with.gitlab_ci.variables.description.link=Settings > CI/CD > onboarding.tutorial.with.gitlab_ci.variables.section.title=Define the SonarQube Token environment variable. onboarding.tutorial.with.gitlab_ci.variables.section.description=In GitLab, go to {link} to add the following variable and make sure it is available for your project: onboarding.tutorial.with.gitlab_ci.variables.edit.token.tooltip=Use an existing token or generate a new one. -onboarding.tutorial.with.gitlab_ci.variables.step1=Key +onboarding.tutorial.with.gitlab_ci.variables.step1=Key {value} {extra} onboarding.tutorial.with.gitlab_ci.variables.step3=Uncheck the {value} checkbox. onboarding.tutorial.with.gitlab_ci.variables.step3.value=Protect Variable |