aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
author7PH <benjamin.raymond@sonarsource.com>2023-08-30 09:14:39 +0200
committersonartech <sonartech@sonarsource.com>2023-08-31 20:02:56 +0000
commitf8f36e7876d1d0d20972d17bb66a63ff7e836340 (patch)
tree468b464ebce77f5ea07ff2adc98b1dc6b2ce5fa6 /sonar-core
parentee593d4b874d558144e37655cb1e33cd71da1059 (diff)
downloadsonarqube-f8f36e7876d1d0d20972d17bb66a63ff7e836340.tar.gz
sonarqube-f8f36e7876d1d0d20972d17bb66a63ff7e836340.zip
SONAR-19435 Infer component type from URL to make component not found error more explicit
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 4 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 c923765068a..b1be77cd82c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1313,8 +1313,10 @@ projects.security_hotspots_reviewed=Hotspots Reviewed
#
#------------------------------------------------------------------------------
-dashboard.project_not_found=The requested project does not exist.
-dashboard.project_not_found.2=Either it has never been analyzed successfully or it has been deleted.
+dashboard.project.not_found=The requested project could not be found.
+dashboard.project.not_found.2=Either it has never been analyzed successfully or it has been deleted.
+dashboard.portfolio.not_found=The requested portfolio could not be found.
+dashboard.portfolio.not_found.2=Either its parent has not been recomputed or it has been deleted.
#------------------------------------------------------------------------------