aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSarath Nair <sarath.nair@sonarsource.com>2024-07-26 16:30:11 +0530
committersonartech <sonartech@sonarsource.com>2024-07-29 20:02:48 +0000
commite01b86cf780b0ae6924fc584a4b7b9156b7d9c2d (patch)
tree38a190ba016ac59d61afa116a7b91c178aa67c37 /sonar-core
parent7b063c35a67dbe598064d3dc07002f864ff95dcd (diff)
downloadsonarqube-e01b86cf780b0ae6924fc584a4b7b9156b7d9c2d.tar.gz
sonarqube-e01b86cf780b0ae6924fc584a4b7b9156b7d9c2d.zip
SONAR-22621 Edit role mapping title
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 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 7584bc9e95d..865575a9a74 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1614,7 +1614,7 @@ settings.authentication.github.configuration.validation.details.org_not_found={0
settings.authentication.github.configuration.roles_mapping.title=Role permission mapping
settings.authentication.github.configuration.roles_mapping.description=When synchronizing users and groups, SonarQube assigns permissions based on GitHub user and team roles. You can customize the mapping of permissions. The new mapping will take effect at the next synchronization.
settings.authentication.github.configuration.roles_mapping.button_label=Edit mapping
-settings.authentication.github.configuration.roles_mapping.dialog.title=GitHub Roles Mapping
+settings.authentication.github.configuration.roles_mapping.dialog.title=Global GitHub role mapping
settings.authentication.github.configuration.roles_mapping.dialog.roles_column=Roles
settings.authentication.github.configuration.roles_mapping.dialog.add_custom_role=Add custom role:
settings.authentication.github.configuration.roles_mapping.dialog.custom_roles_description=When a custom role name added here matches an existing GitHub custom role in any of your organizations, the mapping applies to all users with this custom role. If an existing GitHub custom role has no exact match in this list, the permissions of its inherited base role are mapped.