]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-18884 Improve permission help text
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 2 May 2023 10:19:28 +0000 (12:19 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 3 May 2023 20:02:58 +0000 (20:02 +0000)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index b5d6d664974cfd99dd2060041e43e64f53f6e73a..30a37db786b22cf69a870dfa82aec63521542af4 100644 (file)
@@ -2850,15 +2850,15 @@ projects_role.criteria.key=Key contains
 projects_role.role=Role Membership For New
 projects_role.groups=Groups
 projects_role.admin=Administer
-projects_role.admin.desc=Access project settings and perform administration tasks. (Users will also need "Browse" permission)
+projects_role.admin.desc=Access project settings and perform administration tasks (for private projects, users also need the "Browse" permission)
 projects_role.issueadmin=Administer Issues
-projects_role.issueadmin.desc=Change the type and severity of issues, resolve issues as being "fixed", "won't fix" or "false-positive" (users also need "Browse" permission).
+projects_role.issueadmin.desc=Change the type and severity of issues, resolve issues as being "fixed", "won't fix" or "false-positive" (for private projects, users also need the "Browse" permission).
 projects_role.securityhotspotadmin=Administer Security Hotspots
-projects_role.securityhotspotadmin.desc=Resolve a Security Hotspot as reviewed (fixed or safe), reset it as to review (users also need Browse permission).
+projects_role.securityhotspotadmin.desc=Resolve a Security Hotspot as reviewed (fixed or safe), reset it as to review (for private projects, users also need the "Browse" permission).
 projects_role.user=Browse
 projects_role.user.desc=Access a project, browse its measures and issues, confirm issues, change the assignee, comment on issues and change tags.
 projects_role.codeviewer=See Source Code
-projects_role.codeviewer.desc=View the project's source code. (Users will also need "Browse" permission)
+projects_role.codeviewer.desc=View the project's source code (for private projects, users also need the "Browse" permission)
 projects_role.scan=Execute Analysis
 projects_role.scan.desc=Ability to get all settings required to perform an analysis (including the secured settings like passwords) and to push analysis results to the {instance} server.
 projects_role.bulk_change=Bulk Change