aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2021-11-29 18:29:47 +0100
committersonartech <sonartech@sonarsource.com>2021-12-03 20:03:33 +0000
commit3991002357c06e6c575c038f2c7345ddc5d9e42d (patch)
tree4b421efcae90fb01ff1adb3329d8b72f40c80f8d /sonar-core
parentfabf4c68ba8bcf44d9e1777e98ebcae9ed2bb502 (diff)
downloadsonarqube-3991002357c06e6c575c038f2c7345ddc5d9e42d.tar.gz
sonarqube-3991002357c06e6c575c038f2c7345ddc5d9e42d.zip
SONAR-15702 Prevent displaying App if no access to child projects
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 8 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 aadb6a4b5b8..90554804f2d 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3981,6 +3981,14 @@ branch_like_navigation.tutorial_for_ci=Show me how to set up my CI
#------------------------------------------------------------------------------
#
+# APPLICATIONS
+#
+#------------------------------------------------------------------------------
+application.cannot_access_all_child_projects1=You must have access to all the projects within this Application in order to browse it.
+application.cannot_access_all_child_projects2=Please contact your project administrator.
+
+#------------------------------------------------------------------------------
+#
# PORTFOLIOS
#
#------------------------------------------------------------------------------