diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-02-02 12:10:47 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-02 20:02:54 +0000 |
commit | 3c376ccaa3640e9077f3c149f0c21c8a10f5d7c3 (patch) | |
tree | 3c238240016a7fe98603ec4a2464aa2bd156747c /sonar-core | |
parent | 1dcb521680dfac18f8a4fdaf5dff67da242da5c9 (diff) | |
download | sonarqube-3c376ccaa3640e9077f3c149f0c21c8a10f5d7c3.tar.gz sonarqube-3c376ccaa3640e9077f3c149f0c21c8a10f5d7c3.zip |
SONAR-15554 Updating quality profile permissions message
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 d3e06b99b1c..ddb16c6434a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1643,7 +1643,7 @@ quality_profiles.used_=Used: quality_profiles.built_in=Built-in quality_profiles.built_in.description=This is a built-in Quality Profile that might be updated automatically. quality_profiles.extends_built_in=Because this Quality Profile inherits from a built-in Quality Profile, it might be updated automatically. -quality_profiles.default_permissions=Users with the global "Manage Quality Profile" permission can manage this Quality Profile. +quality_profiles.default_permissions=Users with the global "Administer Quality Profiles" permission and those listed below can manage this Quality Profile. quality_profiles.grant_permissions_to_more_users=Grant permissions to more users quality_profiles.grant_permissions_to_user_or_group=Grant permissions to a user or a group quality_profiles.additional_user_groups=Additional users / groups: |