diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-06-14 13:32:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 13:32:01 +0200 |
commit | adf34599004603569e300d512f6b30a103da5861 (patch) | |
tree | cd8609065278a3d0888625086d2a7c0384b79ecb /sonar-core | |
parent | 45433b0f0d7d5ee5f28f1322fc1749511cfec806 (diff) | |
download | sonarqube-adf34599004603569e300d512f6b30a103da5861.tar.gz sonarqube-adf34599004603569e300d512f6b30a103da5861.zip |
SONAR-7720 Modify the Permission Templates page to support project creators (#1030)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 insertions, 0 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 d9b7c7ca465..5a046e78377 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2688,6 +2688,9 @@ permission_template.no_results=No template to display permission_template.set_default_templates=Set Default Templates permission_template.key_pattern=Project key pattern permission_template.default_for=Default for {0} +permission_templates.project_creators=Project Creators +permission_templates.project_creators.explanation=When a new project is created, the user who creates the project will receive this permission on the project. +permission_templates.grant_permission_to_project_creators=Grant the "{0}" permission to project creators #------------------------------------------------------------------------------ |