diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2021-11-26 14:43:29 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-03 20:03:33 +0000 |
commit | 13c9348b007b344c40950a5aff94a2c9cb7385bd (patch) | |
tree | 84279c946b094d34ad5f501dd0710ca4f9e6811f /sonar-core | |
parent | 1ffcc9a85c962e716b3c7e0dd73e0a955dd36c69 (diff) | |
download | sonarqube-13c9348b007b344c40950a5aff94a2c9cb7385bd.tar.gz sonarqube-13c9348b007b344c40950a5aff94a2c9cb7385bd.zip |
SONAR-15702 Prevent editing App branches if can't browse all child projects
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 0755a72533a..ebebaa05bfd 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -556,6 +556,7 @@ visibility.private.description.long=Only members of the organization will be abl #------------------------------------------------------------------------------ application_console.branches=Application Branches +application_console.branches.cannot_access_all_child_projects=You must have access to all projects in this Application in order to administer branches. application_console.branches.cancel=Cancel application_console.branches.configuration=Branch configuration application_console.branches.create=Create branch |