diff options
author | guillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com> | 2023-08-18 15:25:15 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-08-18 20:02:50 +0000 |
commit | edf56e35dea141451a38fa8062db1a59e3be57f8 (patch) | |
tree | 118281ff9a2cd5ae4042bfdac4269f81f1162013 | |
parent | da5d47cdd9dcf6dd8b5fc6c9b5230e29f304ac10 (diff) | |
download | sonarqube-edf56e35dea141451a38fa8062db1a59e3be57f8.tar.gz sonarqube-edf56e35dea141451a38fa8062db1a59e3be57f8.zip |
[NO JIRA] Reword GitHub Provisioning
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 3 insertions, 3 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 d7a47cb9578..b108914a070 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -596,9 +596,9 @@ roles.page=Project Permissions roles.page.description2=Grant and revoke project-level permissions. Permissions can be granted to groups or individual users. roles.page.description_portfolio=Grant and revoke portfolio-level permissions. Permissions can be granted to groups or individual users. roles.page.description_application=Grant and revoke application-level permissions. Permissions can be granted to groups or individual users. -roles.page.description.github=Project permissions are read-only for users provisioned from GitHub. For non-GitHub users, the permissions can only be removed. +roles.page.description.github=Project permissions are read-only for users provisioned from GitHub. For non-GitHub users, permissions can only be removed. project_permission.github_managed=Provisioned from GitHub -project_permission.local_project_with_github_provisioning=Please note that this project is not linked to GitHub. Bind it to GitHub to take advantage of the provisioning of permissions. +project_permission.local_project_with_github_provisioning=Please note that this project is not linked to GitHub. Bind it to GitHub to benefit from permission provisioning. project_permission.remove_only_confirmation=Are you sure you want to remove the permission {permission} from {holder}? The permission can not be added back. project_permission.remove_only_confirmation_title=Remove permission project_settings.page=General Settings @@ -3473,7 +3473,7 @@ background_task.type.PROJECT_IMPORT=Project Import background_task.type.AUDIT_PURGE=Audit Log Purge background_task.type.REPORT_SUBMIT=Report Email Submit background_task.type.GITHUB_AUTH_PROVISIONING=Github Provisioning -background_task.type.GITHUB_PROJECT_PERMISSIONS_PROVISIONING=Github project permission sync +background_task.type.GITHUB_PROJECT_PERMISSIONS_PROVISIONING=Github Project Permission Sync background_tasks.page=Background Tasks background_tasks.page.description=This page allows monitoring of the queue of tasks running asynchronously on the server. It also gives access to the history of finished tasks and their status. Analysis report processing is the most common kind of background task. |