aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2021-10-18 19:19:19 +0200
committersonartech <sonartech@sonarsource.com>2021-10-22 20:03:28 +0000
commit6770559c5db408687b25b483140d2d4530e7f9a7 (patch)
treef98c42cbfc9256c7b9e129195c61cb3caed71e4f /sonar-core
parent0ee35ea91483d3e7122ffe8f97a4543b1895dadd (diff)
downloadsonarqube-6770559c5db408687b25b483140d2d4530e7f9a7.tar.gz
sonarqube-6770559c5db408687b25b483140d2d4530e7f9a7.zip
SONAR-15441 QG permission management handles groups
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 2eccc6a6bc3..93db9defbea 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1735,8 +1735,8 @@ quality_gates.built_in.description.2=It will automatically be updated with the l
quality_gates.status=Quality Gate status
quality_gates.help=A Quality Gate is a set of measure-based, Boolean conditions. It helps you know immediately whether your projects are production-ready. Ideally, all projects will use the same quality gate. Each project's Quality Gate status is displayed prominently on its homepage.
quality_gates.permissions=Permissions
-quality_gates.permissions.help=Users with the global "Manage Quality Gates" permission can manage this Quality Gate.
-quality_gates.permissions.grant=Grant permissions to a user
+quality_gates.permissions.help=Users with the global "Administer Quality Gates" permission and those listed below can manage this Quality Gate.
+quality_gates.permissions.grant=Grant permissions to more users
quality_gates.permissions.search=Search users by login or name:
#------------------------------------------------------------------------------