diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/tutorials/github-action')
-rw-r--r-- | server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx b/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx index acb6dfef1db..38f0f198ee8 100644 --- a/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx +++ b/server/sonar-web/src/main/js/components/tutorials/github-action/SecretStep.tsx @@ -59,7 +59,7 @@ export default function SecretStep(props: SecretStepProps) { almBinding && projectBinding ? ( <LinkStandalone to={`${buildGithubLink(almBinding, projectBinding)}/settings/secrets`} - target="_blank" + shouldOpenInNewTab > {translate('onboarding.tutorial.with.github_action.secret.intro.link')} </LinkStandalone> |