From e01b86cf780b0ae6924fc584a4b7b9156b7d9c2d Mon Sep 17 00:00:00 2001 From: Sarath Nair Date: Fri, 26 Jul 2024 16:30:11 +0530 Subject: [PATCH] SONAR-22621 Edit role mapping title --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5