aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-12-16 17:27:55 +0100
committerSonarTech <sonartech@sonarsource.com>2020-01-13 20:46:29 +0100
commit9595eaec8b143b6f228fa63dbba7e5d202cda6fc (patch)
tree48d9572438b0be2c0cd36dc31cdbc79a6de2443c /sonar-core
parent075baf29c5250bcb52634cd4f4ab678c68581808 (diff)
downloadsonarqube-9595eaec8b143b6f228fa63dbba7e5d202cda6fc.tar.gz
sonarqube-9595eaec8b143b6f228fa63dbba7e5d202cda6fc.zip
SONAR-12720 api/hotspots/change_status requires HotspotAdmin permission
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 1 insertions, 1 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 34fb7b43a10..3ddc3dce610 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2286,7 +2286,7 @@ projects_role.admin.desc=Access project settings and perform administration task
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.securityhotspotadmin=Administer Security Hotspots
-projects_role.securityhotspotadmin.desc=Open a Vulnerability from a Security Hotspot. Resolved a Security Hotspot as reviewed, set it as in review or 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 (users also need 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