diff options
author | Antoine Vigneau <antoine.vigneau@sonarsource.com> | 2024-03-19 11:58:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-03-20 20:02:43 +0000 |
commit | 0ae8d1634c2369bc24e71d2f46e6193c0db5caa4 (patch) | |
tree | 9c03df0836c89351405f20018ac5f5aff337f791 /sonar-core | |
parent | 4eec8f1729f8566b9c553d17b09801ba15cccc36 (diff) | |
download | sonarqube-0ae8d1634c2369bc24e71d2f46e6193c0db5caa4.tar.gz sonarqube-0ae8d1634c2369bc24e71d2f46e6193c0db5caa4.zip |
SONAR-21879 Fix SSF-568
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 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 4cb6ae9a39b..c2195410c72 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1228,11 +1228,12 @@ settings.almintegration.form.url.azure=Azure DevOps URL settings.almintegration.form.url.azure.help1=For Azure DevOps Server, provide the full collection URL: settings.almintegration.form.url.azure.help2=For Azure DevOps Services, provide the full organization URL: settings.almintegration.form.url.bitbucket=Bitbucket Server URL -settings.almintegration.form.url.bitbucket.help=Example: {example} +settings.almintegration.form.url.bitbucket.help=Example: https://bitbucket-server.your-company.com +settings.almintegration.form.url.bitbucket.pat_warning=For security reasons, please make sure to provide the Personal Access Token to update the URL. settings.almintegration.form.url.github=GitHub API URL settings.almintegration.form.url.github.help1=Example for Github Enterprise: settings.almintegration.form.url.github.help2=If using GitHub.com: -settings.almintegration.form.url.github.private_key_warning=Please make sure to provide the GitHub App private key for updating the URL. +settings.almintegration.form.url.github.private_key_warning=For security reasons, please make sure to provide the GitHub App private key to update the URL. settings.almintegration.form.url.gitlab=GitLab API URL settings.almintegration.form.url.gitlab.help=Provide the GitLab API URL. For example: settings.almintegration.form.app_id=GitHub App ID |