diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-10-23 16:41:34 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2018-10-25 10:25:59 +0200 |
commit | d47aa7cd1feb3c63d1da213fb751e589590d3347 (patch) | |
tree | 5b99334fa143d24abb96c35704a3a6f72c343839 /sonar-core | |
parent | ba40f3dab6efc2e6004a9329947ac37437afe4c1 (diff) | |
download | sonarqube-d47aa7cd1feb3c63d1da213fb751e589590d3347.tar.gz sonarqube-d47aa7cd1feb3c63d1da213fb751e589590d3347.zip |
SONAR-11228 Provide link to the security page when creating a token
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 c92d9182976..9b8b5d709cf 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2753,7 +2753,8 @@ onboarding.contribute_existing_project=Join a team onboarding.contribute_existing_project.note=Free onboarding.token.header=Provide a token -onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your user account. +onboarding.token.text=The token is used to identify you when an analysis is performed. If it has been compromised, you can revoke it at any point of time in your {link}. +onboarding.token.text.user_account=user account onboarding.token.generate=Generate onboarding.token.placeholder=Enter a name for your token onboarding.token.generate_token=Generate a token |