]> source.dussan.org Git - sonarqube.git/commitdiff
[SONAR-18510] Fix typo in Administration page
authorZipeng WU <zipeng.wu@sonarsource.com>
Wed, 22 Feb 2023 13:12:19 +0000 (14:12 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 22 Feb 2023 20:03:04 +0000 (20:03 +0000)
server/sonar-auth-github/src/main/java/org/sonar/auth/github/GitHubSettings.java
server/sonar-auth-gitlab/src/main/java/org/sonar/auth/gitlab/GitLabSettings.java

index 12e01aa4d9b7de353e31952e1fa9c1470e7e8c02..a7640e0750475069efb84ec30212580da627368a 100644 (file)
@@ -130,7 +130,7 @@ public class GitHubSettings {
         .build(),
       PropertyDefinition.builder(GROUPS_SYNC)
         .name("Synchronize teams as groups")
-        .description("For each team they belong to, the user will be associated to a group named 'Organisation/Team' (if it exists) in SonarQube.")
+        .description("For each team they belong to, the user will be associated to a group named 'Organization/Team' (if it exists) in SonarQube.")
         .category(CATEGORY)
         .subCategory(SUBCATEGORY)
         .type(BOOLEAN)
index b463e31062b22558b27f34e07d306d9c99b0b68c..b7678aa0afae6bc095d459137d411bfa7388a0d1 100644 (file)
@@ -122,7 +122,7 @@ public class GitLabSettings {
         .deprecatedKey("sonar.auth.gitlab.sync_user_groups")
         .name("Synchronize user groups")
         .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 Oauth2 application will need to provide the api scope")
+          " If enabled, the GitLab Oauth2 application will need to provide the api scope.")
         .category(CATEGORY)
         .subCategory(SUBCATEGORY)
         .type(PropertyType.BOOLEAN)