aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2023-05-02 12:19:28 +0200
committersonartech <sonartech@sonarsource.com>2023-05-03 20:02:58 +0000
commit22b829b7b8a22cbb8305c0474baaeedaf53d7938 (patch)
tree8536c501f9372f95b445fb818f86e8f6411de12e
parent426b412c5d9bfaa637daae81efacf3ecbe54d313 (diff)
downloadsonarqube-22b829b7b8a22cbb8305c0474baaeedaf53d7938.tar.gz
sonarqube-22b829b7b8a22cbb8305c0474baaeedaf53d7938.zip
SONAR-18884 Improve permission help text
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 4 insertions, 4 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 b5d6d664974..30a37db786b 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -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