]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-21413 Fix Gitlab form field descriptions
authorAntoine Vigneau <antoine.vigneau@sonarsource.com>
Tue, 23 Jan 2024 16:22:39 +0000 (17:22 +0100)
committersonartech <sonartech@sonarsource.com>
Mon, 29 Jan 2024 20:03:17 +0000 (20:03 +0000)
server/sonar-auth-gitlab/src/main/java/org/sonar/auth/gitlab/GitLabSettings.java
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 54b449e270ab55958c8a0aa4cfa5694b58de6087..4e1feff62c9f9d8d0af469acbbd99b5226ac123a 100644 (file)
@@ -155,7 +155,7 @@ public class GitLabSettings implements DevOpsPlatformSettings {
         .index(5)
         .build(),
       PropertyDefinition.builder(GITLAB_AUTH_ALLOWED_GROUPS)
-        .name("Groups allowed")
+        .name("Allowed groups")
         .description("Only members of these groups (and sub-groups) will be allowed to authenticate. " +
           "Please enter the group slug as it appears in the GitLab URL, for instance `my-gitlab-group`. " +
           "If you use Auto-provisioning, only members of these groups (and sub-groups) will be provisioned")
index 4a9156f4d3aab44a05a19174abe2503af1bada38..406b403c26a9008851918cb195e476083e29ae94 100644 (file)
@@ -1592,8 +1592,8 @@ settings.authentication.gitlab.form.secret.name=Secret
 settings.authentication.gitlab.form.secret.description=Secret provided by GitLab when registering the application.
 settings.authentication.gitlab.form.synchronizeGroups.name=Synchronize user groups
 settings.authentication.gitlab.form.synchronizeGroups.description=For each GitLab group they belong to, the user will be associated to a group with the same name (if it exists) in SonarQube. If enabled, the GitLab OAuth 2 application will need to provide the api scope.
-settings.authentication.gitlab.form.allowedGroups.name=Groups
-settings.authentication.gitlab.form.allowedGroups.description=Only members of these groups (and sub-groups) will be provisioned. Please enter the group slug as it appears in the GitLab URL, for instance `my-gitlab-group`.
+settings.authentication.gitlab.form.allowedGroups.name=Allowed groups
+settings.authentication.gitlab.form.allowedGroups.description=Only members of these groups (and sub-groups) will be allowed to authenticate. Please enter the group slug as it appears in the GitLab URL, for instance `my-gitlab-group`. If you use Auto-provisioning, only members of these groups (and sub-groups) will be provisioned.
 settings.authentication.gitlab.form.allowUsersToSignUp.name=Allow users to sign up
 settings.authentication.gitlab.form.allowUsersToSignUp.description=Allow new users to authenticate. When set to disabled, only existing users will be able to authenticate to the server.
 settings.authentication.gitlab.form.provisioningToken.name=Provisioning token