diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2023-09-11 12:05:25 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-09-12 20:02:41 +0000 |
commit | 6d021927d626cbe78bb2ee17bb2cc40ac5e6ee02 (patch) | |
tree | 0f86f86f3bb7742bd3ce9397795fc79bbed62baa /sonar-core/src | |
parent | 9c2bd22c1d14c61976dde84bc7ed79cb9032378e (diff) | |
download | sonarqube-6d021927d626cbe78bb2ee17bb2cc40ac5e6ee02.tar.gz sonarqube-6d021927d626cbe78bb2ee17bb2cc40ac5e6ee02.zip |
SONAR-20402 Align authentication settings card verticaly
Diffstat (limited to 'sonar-core/src')
-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 65e020d43fb..b1fa53d3b82 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1505,7 +1505,8 @@ settings.authentication.github.form.provisioning_with_github=Automatic user, gro settings.authentication.github.form.provisioning_with_github_short.autoProvisioning=Automatic provisioning settings.authentication.github.form.provisioning_with_github_short.jit=Just-in-Time provisioning settings.authentication.github.form.provisioning_with_github.description=Users, groups and permissions are automatically provisioned from your GitHub organizations. Once activated, users and groups can only be created and modified from your GitHub organizations/teams. Existing local users will be kept and can only be deactivated. -settings.authentication.github.form.provisioning_with_github.description.doc=For more details, see {documentation}. +settings.authentication.github.form.description.doc=For more details, see {documentation}. +settings.authentication.github.form.provisioning_at_login.description=User and group will be synchronise only when user log into Sonarqube. settings.authentication.github.form.provisioning.disabled=Your current edition does not support provisioning with GitHub. See the {documentation} for more information. settings.authentication.github.synchronize_now=Synchronize now settings.authentication.github.synchronization_in_progress=Synchronization is in progress. |